Class: SVNx::CatExec

Inherits:
Object
  • Object
show all
Defined in:
lib/svnx/cat/command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ CatExec

Returns a new instance of CatExec.



65
66
67
68
# File 'lib/svnx/cat/command.rb', line 65

def initialize args
  cmd = CatCommand.new CatCommandArgs.new(args)
  @output = cmd.execute
end

Instance Attribute Details

#outputObject (readonly)

Returns the value of attribute output.



63
64
65
# File 'lib/svnx/cat/command.rb', line 63

def output
  @output
end