Class: Restforce::Configuration
- Inherits:
-
Object
- Object
- Restforce::Configuration
- Defined in:
- lib/restforce/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
permalink .options ⇒ Object
Returns the value of attribute options.
86 87 88 |
# File 'lib/restforce/config.rb', line 86 def @options end |
Class Method Details
permalink .option(*args) ⇒ Object
[View source]
88 89 90 91 |
# File 'lib/restforce/config.rb', line 88 def option(*args) option = Option.define(self, *args) (self. ||= []) << option.name end |
Instance Method Details
permalink #options ⇒ Object
[View source]
168 169 170 |
# File 'lib/restforce/config.rb', line 168 def self.class. end |