Method: Beetle::Client::Configurator#initialize
- Defined in:
- lib/beetle/client.rb
#initialize(client, options = {}) ⇒ Configurator
Returns a new instance of Configurator.
360 361 362 363 |
# File 'lib/beetle/client.rb', line 360 def initialize(client, ={}) @client = client = end |