Class: Dandelionapi::Configuration

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

Overview

Container for configuration parameters

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



38
39
40
# File 'lib/dandelionapi.rb', line 38

def endpoint
  @endpoint
end

#pathObject

Returns the value of attribute path.



38
39
40
# File 'lib/dandelionapi.rb', line 38

def path
  @path
end

#tokenObject

Returns the value of attribute token.



38
39
40
# File 'lib/dandelionapi.rb', line 38

def token
  @token
end