Class: Drill::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/drill.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



9
10
11
# File 'lib/drill.rb', line 9

def api_key
  @api_key
end

#default_varsObject

Returns the value of attribute default_vars

Returns:

  • (Object)

    the current value of default_vars



9
10
11
# File 'lib/drill.rb', line 9

def default_vars
  @default_vars
end

#delivery_methodObject

Returns the value of attribute delivery_method

Returns:

  • (Object)

    the current value of delivery_method



9
10
11
# File 'lib/drill.rb', line 9

def delivery_method
  @delivery_method
end