Class: Dandelionapi::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



20
21
22
# File 'lib/dandelionapi.rb', line 20

def app_id
  @app_id
end

#app_keyObject

Returns the value of attribute app_key.



20
21
22
# File 'lib/dandelionapi.rb', line 20

def app_key
  @app_key
end

#endpointObject

Returns the value of attribute endpoint.



20
21
22
# File 'lib/dandelionapi.rb', line 20

def endpoint
  @endpoint
end