Class: Deliveries::Couriers::Ups::Config
- Inherits:
-
Struct
- Object
- Struct
- Deliveries::Couriers::Ups::Config
- Defined in:
- lib/deliveries/couriers/ups.rb
Instance Attribute Summary collapse
-
#default_product ⇒ Object
Returns the value of attribute default_product.
-
#home_account_number ⇒ Object
Returns the value of attribute home_account_number.
-
#license_number ⇒ Object
Returns the value of attribute license_number.
-
#password ⇒ Object
Returns the value of attribute password.
-
#point_account_number ⇒ Object
Returns the value of attribute point_account_number.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#default_product ⇒ Object
Returns the value of attribute default_product
14 15 16 |
# File 'lib/deliveries/couriers/ups.rb', line 14 def default_product @default_product end |
#home_account_number ⇒ Object
Returns the value of attribute home_account_number
14 15 16 |
# File 'lib/deliveries/couriers/ups.rb', line 14 def home_account_number @home_account_number end |
#license_number ⇒ Object
Returns the value of attribute license_number
14 15 16 |
# File 'lib/deliveries/couriers/ups.rb', line 14 def license_number @license_number end |
#password ⇒ Object
Returns the value of attribute password
14 15 16 |
# File 'lib/deliveries/couriers/ups.rb', line 14 def password @password end |
#point_account_number ⇒ Object
Returns the value of attribute point_account_number
14 15 16 |
# File 'lib/deliveries/couriers/ups.rb', line 14 def point_account_number @point_account_number end |
#username ⇒ Object
Returns the value of attribute username
14 15 16 |
# File 'lib/deliveries/couriers/ups.rb', line 14 def username @username end |