Class: Deliveries::Couriers::CorreosExpress::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_codeObject

Returns the value of attribute client_code

Returns:

  • (Object)

    the current value of client_code



23
24
25
# File 'lib/deliveries/couriers/correos_express.rb', line 23

def client_code
  @client_code
end

#countriesObject

Returns the value of attribute countries

Returns:

  • (Object)

    the current value of countries



23
24
25
# File 'lib/deliveries/couriers/correos_express.rb', line 23

def countries
  @countries
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



23
24
25
# File 'lib/deliveries/couriers/correos_express.rb', line 23

def password
  @password
end

#pickup_receiver_codeObject

Returns the value of attribute pickup_receiver_code

Returns:

  • (Object)

    the current value of 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_codeObject

Returns the value of attribute shipment_sender_code

Returns:

  • (Object)

    the current value of shipment_sender_code



23
24
25
# File 'lib/deliveries/couriers/correos_express.rb', line 23

def shipment_sender_code
  @shipment_sender_code
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



23
24
25
# File 'lib/deliveries/couriers/correos_express.rb', line 23

def username
  @username
end