Class: LexerVariables::Configuration
- Inherits:
-
Object
- Object
- LexerVariables::Configuration
- Defined in:
- lib/lexervariables.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.endpoint ⇒ Object
Returns the value of attribute endpoint.
Class Method Summary collapse
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
21 22 23 |
# File 'lib/lexervariables.rb', line 21 def api_key @api_key end |
.endpoint ⇒ Object
Returns the value of attribute endpoint.
20 21 22 |
# File 'lib/lexervariables.rb', line 20 def endpoint @endpoint end |
Class Method Details
.default_options ⇒ Object
27 28 29 |
# File 'lib/lexervariables.rb', line 27 def self. {'api_token' => self.api_key} end |