Class: Deliveries::Couriers::CorreosExpress::Config
- Inherits:
-
Struct
- Object
- Struct
- Deliveries::Couriers::CorreosExpress::Config
- Defined in:
- lib/deliveries/couriers/correos_express.rb
Instance Attribute Summary collapse
-
#client_code ⇒ Object
Returns the value of attribute client_code.
-
#countries ⇒ Object
Returns the value of attribute countries.
-
#password ⇒ Object
Returns the value of attribute password.
-
#pickup_receiver_code ⇒ Object
Returns the value of attribute pickup_receiver_code.
-
#shipment_sender_code ⇒ Object
Returns the value of attribute shipment_sender_code.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#client_code ⇒ Object
Returns the value of attribute client_code
23 24 25 |
# File 'lib/deliveries/couriers/correos_express.rb', line 23 def client_code @client_code end |
#countries ⇒ Object
Returns the value of attribute countries
23 24 25 |
# File 'lib/deliveries/couriers/correos_express.rb', line 23 def countries @countries end |
#password ⇒ Object
Returns the value of attribute password
23 24 25 |
# File 'lib/deliveries/couriers/correos_express.rb', line 23 def password @password end |
#pickup_receiver_code ⇒ Object
Returns the value of attribute pickup_receiver_code
23 24 25 |
# File 'lib/deliveries/couriers/correos_express.rb', line 23 def pickup_receiver_code @pickup_receiver_code end |
#shipment_sender_code ⇒ Object
Returns the value of attribute shipment_sender_code
23 24 25 |
# File 'lib/deliveries/couriers/correos_express.rb', line 23 def shipment_sender_code @shipment_sender_code end |
#username ⇒ Object
Returns the value of attribute username
23 24 25 |
# File 'lib/deliveries/couriers/correos_express.rb', line 23 def username @username end |