Class: Svnx::Cat::Options

Inherits:
Base::Options show all
Defined in:
lib/svnx/cat/options.rb

Constant Summary collapse

FIELDS =
Hash.new.tap do |h|
  h[:revision] = Svnx::Base::REVISION_FIELD
  h[:path]     = nil
  h[:url]      = 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

#attr_readers, #xhas_fields

Constructor Details

This class inherits a constructor from Svnx::Base::Options

Instance Method Details

#fieldsObject



21
22
23
# File 'lib/svnx/cat/options.rb', line 21

def fields
  FIELDS
end