Class: RmsApiRuby::Configuration
- Inherits:
-
Object
- Object
- RmsApiRuby::Configuration
- Defined in:
- lib/rms_api_ruby/config.rb
Defined Under Namespace
Classes: Option
Class Attribute Summary collapse
-
.options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Instance Method Summary collapse
Class Attribute Details
.options ⇒ Object
Returns the value of attribute options.
72 73 74 |
# File 'lib/rms_api_ruby/config.rb', line 72 def end |
Class Method Details
.option(*args) ⇒ Object
74 75 76 77 |
# File 'lib/rms_api_ruby/config.rb', line 74 def option(*args) option = Option.define(self, *args) (self. ||= []) << option.name end |
Instance Method Details
#options ⇒ Object
94 95 96 |
# File 'lib/rms_api_ruby/config.rb', line 94 def self.class. end |