Class: SVNx::InfoCommand

Inherits:
Command show all
Defined in:
lib/svnx/info/command.rb

Instance Attribute Summary

Attributes inherited from Command

#output

Instance Method Summary collapse

Methods inherited from Command

#execute, #initialize

Constructor Details

This class inherits a constructor from SVNx::Command

Instance Method Details

#command_lineObject



39
40
41
# File 'lib/svnx/info/command.rb', line 39

def command_line
  InfoCommandLine.new @args
end