Class: SolidusBolt::Configuration
- Inherits:
-
Object
- Object
- SolidusBolt::Configuration
- Defined in:
- lib/solidus_bolt/configuration.rb
Instance Attribute Summary collapse
-
#bolt_api_key ⇒ Object
Returns the value of attribute bolt_api_key.
-
#bolt_publishable_key ⇒ Object
Returns the value of attribute bolt_publishable_key.
-
#bolt_signing_secret ⇒ Object
Returns the value of attribute bolt_signing_secret.
Instance Attribute Details
#bolt_api_key ⇒ Object
Returns the value of attribute bolt_api_key.
5 6 7 |
# File 'lib/solidus_bolt/configuration.rb', line 5 def bolt_api_key @bolt_api_key end |
#bolt_publishable_key ⇒ Object
Returns the value of attribute bolt_publishable_key.
5 6 7 |
# File 'lib/solidus_bolt/configuration.rb', line 5 def bolt_publishable_key @bolt_publishable_key end |
#bolt_signing_secret ⇒ Object
Returns the value of attribute bolt_signing_secret.
5 6 7 |
# File 'lib/solidus_bolt/configuration.rb', line 5 def bolt_signing_secret @bolt_signing_secret end |