Class: Deliveries::Couriers::Envialia::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#agency_codeObject

Returns the value of attribute agency_code

Returns:

  • (Object)

    the current value of agency_code



15
16
17
# File 'lib/deliveries/couriers/envialia.rb', line 15

def agency_code
  @agency_code
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



15
16
17
# File 'lib/deliveries/couriers/envialia.rb', line 15

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



15
16
17
# File 'lib/deliveries/couriers/envialia.rb', line 15

def username
  @username
end