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

InfoAppCommand() public method

public InfoAppCommand ( IAppHarborClient client, IApplicationConfiguration applicationConfiguration, TextWriter writer ) : System.IO
client IAppHarborClient
applicationConfiguration IApplicationConfiguration
writer System.IO.TextWriter
return System.IO
        public InfoAppCommand(IAppHarborClient client, IApplicationConfiguration applicationConfiguration, TextWriter writer)
            : base(applicationConfiguration)
        {
            _client = client;
            _writer = writer;
        }