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



15
16
17
# File 'lib/svnx/status/command.rb', line 15

def to_a
  [ @path ].compact
end