Class: Deliveries::Couriers::Ups::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_productObject

Returns the value of attribute default_product

Returns:

  • (Object)

    the current value of default_product



14
15
16
# File 'lib/deliveries/couriers/ups.rb', line 14

def default_product
  @default_product
end

#home_account_numberObject

Returns the value of attribute home_account_number

Returns:

  • (Object)

    the current value of home_account_number



14
15
16
# File 'lib/deliveries/couriers/ups.rb', line 14

def 
  @home_account_number
end

#license_numberObject

Returns the value of attribute license_number

Returns:

  • (Object)

    the current value of license_number



14
15
16
# File 'lib/deliveries/couriers/ups.rb', line 14

def license_number
  @license_number
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



14
15
16
# File 'lib/deliveries/couriers/ups.rb', line 14

def password
  @password
end

#point_account_numberObject

Returns the value of attribute point_account_number

Returns:

  • (Object)

    the current value of point_account_number



14
15
16
# File 'lib/deliveries/couriers/ups.rb', line 14

def 
  @point_account_number
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



14
15
16
# File 'lib/deliveries/couriers/ups.rb', line 14

def username
  @username
end