Method: Restforce::Configuration.option

Defined in:
lib/restforce/config.rb

.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.options ||= []) << option.name
end