Class: Svnx::Commit::Options
- Inherits:
-
Base::Options
- Object
- Base::Options
- Svnx::Commit::Options
- Defined in:
- lib/svnx/commit/options.rb
Constant Summary collapse
- FIELDS =
Hash.new.tap do |h| h[:file] = Proc.new { |x| [ "-F", x.file ] } 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/commit/options.rb', line 20 def fields FIELDS end |