Class: ConstructorIORails::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/constructorio-rails/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

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_urlObject

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_keyObject

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_sectionObject

Returns the value of attribute autocomplete_section.



3
4
5
# File 'lib/constructorio-rails/configuration.rb', line 3

def autocomplete_section
  @autocomplete_section
end