Method: Restforce::Configuration.option
- Defined in:
- lib/restforce/config.rb
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 |