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

UserCommand() public method

public UserCommand ( IAppHarborClient appharborClient, TextWriter writer ) : System.IO
appharborClient IAppHarborClient
writer System.IO.TextWriter
return System.IO
        public UserCommand(IAppHarborClient appharborClient, TextWriter writer)
        {
            _appharborClient = appharborClient;
            _writer = writer;
        }