Class: Deliveries::Couriers::Envialia::Config
- Inherits:
-
Struct
- Object
- Struct
- Deliveries::Couriers::Envialia::Config
- Defined in:
- lib/deliveries/couriers/envialia.rb
Instance Attribute Summary collapse
-
#agency_code ⇒ Object
Returns the value of attribute agency_code.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#agency_code ⇒ Object
Returns the value of attribute agency_code
15 16 17 |
# File 'lib/deliveries/couriers/envialia.rb', line 15 def agency_code @agency_code end |
#password ⇒ Object
Returns the value of attribute password
15 16 17 |
# File 'lib/deliveries/couriers/envialia.rb', line 15 def password @password end |
#username ⇒ Object
Returns the value of attribute username
15 16 17 |
# File 'lib/deliveries/couriers/envialia.rb', line 15 def username @username end |