Method: Hyperclient::EntryPoint#options

Defined in:
lib/hyperclient/entry_point.rb

#optionsObject

Read/Set options.

Parameters:

  • value

    A Hash containing the client options. Use { async: false } to

  • to

    disable the default behavior of performing requests asynchronously

  • using

    futures.



122
123
124
# File 'lib/hyperclient/entry_point.rb', line 122

def options
  @options
end