Class: SuggestGrid::Configuration
- Inherits:
-
Object
- Object
- SuggestGrid::Configuration
- Defined in:
- lib/suggestgrid/configuration.rb
Overview
All configuration including auth info and base URI for the API access are configured in this class.
Class Attribute Summary collapse
-
.array_serialization ⇒ Object
Returns the value of attribute array_serialization.
-
.base_uri ⇒ Object
Returns the value of attribute base_uri.
-
.basic_auth_password ⇒ Object
Returns the value of attribute basic_auth_password.
-
.basic_auth_user_name ⇒ Object
Returns the value of attribute basic_auth_user_name.
Class Attribute Details
.array_serialization ⇒ Object
Returns the value of attribute array_serialization.
19 20 21 |
# File 'lib/suggestgrid/configuration.rb', line 19 def array_serialization @array_serialization end |
.base_uri ⇒ Object
Returns the value of attribute base_uri.
20 21 22 |
# File 'lib/suggestgrid/configuration.rb', line 20 def base_uri @base_uri end |
.basic_auth_password ⇒ Object
Returns the value of attribute basic_auth_password.
22 23 24 |
# File 'lib/suggestgrid/configuration.rb', line 22 def basic_auth_password @basic_auth_password end |
.basic_auth_user_name ⇒ Object
Returns the value of attribute basic_auth_user_name.
21 22 23 |
# File 'lib/suggestgrid/configuration.rb', line 21 def basic_auth_user_name @basic_auth_user_name end |