AppHarbor.Test.MockedApiTests.MockedAppHarborClient.MockedAppHarborClient C# (CSharp) Method

MockedAppHarborClient() public method

public MockedAppHarborClient ( AuthInfo authInfo, RestSharp.RestClient restClient ) : System
authInfo AuthInfo
restClient RestSharp.RestClient
return System
			public MockedAppHarborClient(AuthInfo authInfo, RestClient restClient)
				: base(authInfo, restClient)
			{
			}
		}
MockedApiTests.MockedAppHarborClient