Class: Deliveries::Couriers::Spring::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/deliveries/couriers/spring.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



19
20
21
# File 'lib/deliveries/couriers/spring.rb', line 19

def api_key
  @api_key
end

#countriesObject

Returns the value of attribute countries

Returns:

  • (Object)

    the current value of countries



19
20
21
# File 'lib/deliveries/couriers/spring.rb', line 19

def countries
  @countries
end

#default_productObject

Returns the value of attribute default_product

Returns:

  • (Object)

    the current value of default_product



19
20
21
# File 'lib/deliveries/couriers/spring.rb', line 19

def default_product
  @default_product
end