Class: Tagalys::Configuration
- Inherits:
-
Object
- Object
- Tagalys::Configuration
- Defined in:
- lib/tagalys/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#client_code ⇒ Object
Returns the value of attribute client_code.
-
#store_id ⇒ Object
Returns the value of attribute store_id.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 |
# File 'lib/tagalys/configuration.rb', line 5 def initialize @client_code = nil @store_id = nil @api_key = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/tagalys/configuration.rb', line 3 def api_key @api_key end |
#client_code ⇒ Object
Returns the value of attribute client_code.
3 4 5 |
# File 'lib/tagalys/configuration.rb', line 3 def client_code @client_code end |
#store_id ⇒ Object
Returns the value of attribute store_id.
3 4 5 |
# File 'lib/tagalys/configuration.rb', line 3 def store_id @store_id end |