AppHarbor.Commands.HostnameCommand.HostnameCommand C# (CSharp) Method

HostnameCommand() public method

public HostnameCommand ( IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer ) : System.IO
applicationConfiguration IApplicationConfiguration
appharborClient IAppHarborClient
writer System.IO.TextWriter
return System.IO
        public HostnameCommand(IApplicationConfiguration applicationConfiguration, IAppHarborClient appharborClient, TextWriter writer)
            : base(applicationConfiguration)
        {
            _appharborClient = appharborClient;
            _writer = writer;
        }