Class: Svnx::Cmd

Inherits:
Object
  • Object
show all
Includes:
Logue::Loggable
Defined in:
lib/svnx/base/cmd.rb

Instance Method Summary collapse

Constructor Details

#initialize(xml) ⇒ Cmd

Returns a new instance of Cmd.



11
12
13
14
15
16
17
# File 'lib/svnx/base/cmd.rb', line 11

def initialize xml
  info "xml: #{xml}"

  @doc = REXML::Document.new xml
  info "@doc: #{@doc}"

end