Class: SVNx::StatusCommandArgs

Inherits:
CommandArgs show all
Defined in:
lib/svnx/status/command.rb

Instance Attribute Summary

Attributes inherited from CommandArgs

#path

Instance Method Summary collapse

Methods inherited from CommandArgs

#initialize

Constructor Details

This class inherits a constructor from SVNx::CommandArgs

Instance Method Details

#to_aObject



14
15
16
17
18
19
20
# File 'lib/svnx/status/command.rb', line 14

def to_a
  ary = Array.new
  if @path
    ary << @path
  end
  ary
end