Class: Warbler::Configuration
- Inherits:
-
Object
- Object
- Warbler::Configuration
- Defined in:
- lib/warbler/configuration.rb
Class Attribute Summary collapse
-
.device_identifier ⇒ Object
Returns the value of attribute device_identifier.
-
.merchant_token ⇒ Object
Returns the value of attribute merchant_token.
-
.mode ⇒ Object
Returns the value of attribute mode.
Class Attribute Details
.device_identifier ⇒ Object
Returns the value of attribute device_identifier.
12 13 14 |
# File 'lib/warbler/configuration.rb', line 12 def device_identifier @device_identifier end |
.merchant_token ⇒ Object
Returns the value of attribute merchant_token.
11 12 13 |
# File 'lib/warbler/configuration.rb', line 11 def merchant_token @merchant_token end |
.mode ⇒ Object
Returns the value of attribute mode.
10 11 12 |
# File 'lib/warbler/configuration.rb', line 10 def mode @mode end |