Class: Tamara::Configuration
- Inherits:
-
Object
- Object
- Tamara::Configuration
- Defined in:
- lib/tamara/configuration.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#checkout_optional_keys ⇒ Object
Returns the value of attribute checkout_optional_keys.
-
#notification_token ⇒ Object
Returns the value of attribute notification_token.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
3 4 5 |
# File 'lib/tamara/configuration.rb', line 3 def api_token @api_token end |
#checkout_optional_keys ⇒ Object
Returns the value of attribute checkout_optional_keys.
3 4 5 |
# File 'lib/tamara/configuration.rb', line 3 def checkout_optional_keys @checkout_optional_keys end |
#notification_token ⇒ Object
Returns the value of attribute notification_token.
3 4 5 |
# File 'lib/tamara/configuration.rb', line 3 def notification_token @notification_token end |
#public_key ⇒ Object
Returns the value of attribute public_key.
3 4 5 |
# File 'lib/tamara/configuration.rb', line 3 def public_key @public_key end |