Class: Svnx::Cmd
- Inherits:
-
Object
- Object
- Svnx::Cmd
- Includes:
- Logue::Loggable
- Defined in:
- lib/svnx/base/cmd.rb
Instance Method Summary collapse
-
#initialize(xml) ⇒ Cmd
constructor
A new instance of Cmd.
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 |