Class: LexerVariables::Configuration

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

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



21
22
23
# File 'lib/lexervariables.rb', line 21

def api_key
  @api_key
end

.endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

Class Method Details

.default_optionsObject



27
28
29
# File 'lib/lexervariables.rb', line 27

def self.default_options
  {'api_token' => self.api_key}
end