Class: Svnx::Update::Options
- Inherits:
-
Base::Options
- Object
- Base::Options
- Svnx::Update::Options
- Defined in:
- lib/svnx/update/options.rb
Constant Summary collapse
- FIELDS =
Hash.new.tap do |h| h[:revision] = Svnx::Base::REVISION_FIELD h[:paths] = nil end
Instance Method Summary collapse
Methods inherited from Base::Options
#get_args, has_fields, #initialize, #options_to_args, #to_args
Methods included from ObjectUtil
#assign, #create_invalid_fields_message, included, #validate
Methods included from ObjectUtil::ClassMethods
Constructor Details
This class inherits a constructor from Svnx::Base::Options
Instance Method Details
#fields ⇒ Object
20 21 22 |
# File 'lib/svnx/update/options.rb', line 20 def fields FIELDS end |