Class: PacklinkLite::Configuration
- Inherits:
-
Object
- Object
- PacklinkLite::Configuration
- Defined in:
- lib/packlink_lite/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#testing ⇒ Object
(also: #testing?)
Returns the value of attribute testing.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/packlink_lite/configuration.rb', line 3 def api_key @api_key end |
#testing ⇒ Object Also known as: testing?
Returns the value of attribute testing.
3 4 5 |
# File 'lib/packlink_lite/configuration.rb', line 3 def testing @testing end |
#timeout ⇒ Object
Returns the value of attribute timeout.
3 4 5 |
# File 'lib/packlink_lite/configuration.rb', line 3 def timeout @timeout end |