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