Class: Deliveries::Couriers::Spring::Config
- Inherits:
-
Struct
- Object
- Struct
- Deliveries::Couriers::Spring::Config
- Defined in:
- lib/deliveries/couriers/spring.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#countries ⇒ Object
Returns the value of attribute countries.
-
#default_product ⇒ Object
Returns the value of attribute default_product.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
19 20 21 |
# File 'lib/deliveries/couriers/spring.rb', line 19 def api_key @api_key end |
#countries ⇒ Object
Returns the value of attribute countries
19 20 21 |
# File 'lib/deliveries/couriers/spring.rb', line 19 def countries @countries end |
#default_product ⇒ Object
Returns the value of attribute default_product
19 20 21 |
# File 'lib/deliveries/couriers/spring.rb', line 19 def default_product @default_product end |