Class: DHLAPI::Configuration
- Inherits:
-
Object
- Object
- DHLAPI::Configuration
- Defined in:
- lib/dhl_api/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#testing ⇒ Object
Returns the value of attribute testing.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/dhl_api/configuration.rb', line 3 def api_key @api_key end |
#testing ⇒ Object
Returns the value of attribute testing.
3 4 5 |
# File 'lib/dhl_api/configuration.rb', line 3 def testing @testing end |