Class: Fortenet::Options
- Inherits:
-
Object
- Object
- Fortenet::Options
- Defined in:
- lib/fortenet/options.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize(options) ⇒ Options
Returns a new instance of Options.
3 4 5 |
# File 'lib/fortenet/options.rb', line 3 def initialize() self. = end |
Instance Method Details
#call ⇒ Object
7 8 9 10 11 12 |
# File 'lib/fortenet/options.rb', line 7 def call { format: :plan, headers: header_settings }.merge(proxy_settings).merge() end |