Class: Svnx::Propset::Options
- Inherits:
-
Base::Options
- Object
- Base::Options
- Svnx::Propset::Options
- Defined in:
- lib/svnx/propset/options.rb
Constant Summary collapse
- FIELDS =
Hash.new.tap do |h| h[:name] = nil h[:revision] = Proc.new { |x| [ "--revprop", "-r", x.revision ] } h[:file] = Proc.new { |x| [ "--file", x.file ] } h[:value] = nil h[:url] = nil h[:path] = 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
25 26 27 |
# File 'lib/svnx/propset/options.rb', line 25 def fields FIELDS end |