Class: ConstructorIORails::Configuration
- Inherits:
-
Object
- Object
- ConstructorIORails::Configuration
- Defined in:
- lib/constructorio-rails/configuration.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#api_url ⇒ Object
Returns the value of attribute api_url.
-
#autocomplete_key ⇒ Object
Returns the value of attribute autocomplete_key.
-
#autocomplete_section ⇒ Object
Returns the value of attribute autocomplete_section.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
3 4 5 |
# File 'lib/constructorio-rails/configuration.rb', line 3 def api_token @api_token end |
#api_url ⇒ Object
Returns the value of attribute api_url.
3 4 5 |
# File 'lib/constructorio-rails/configuration.rb', line 3 def api_url @api_url end |
#autocomplete_key ⇒ Object
Returns the value of attribute autocomplete_key.
3 4 5 |
# File 'lib/constructorio-rails/configuration.rb', line 3 def autocomplete_key @autocomplete_key end |
#autocomplete_section ⇒ Object
Returns the value of attribute autocomplete_section.
3 4 5 |
# File 'lib/constructorio-rails/configuration.rb', line 3 def autocomplete_section @autocomplete_section end |