Class: ActiveMerchant::Shipping::CanadaPost::PostalOutlet

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_shipping/shipping/carriers/canada_post.rb

Instance Attribute Summary collapse

Instance Attribute Details

#business_hoursObject

Returns the value of attribute business_hours

Returns:

  • (Object)

    the current value of business_hours



30
31
32
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30

def business_hours
  @business_hours
end

#business_nameObject

Returns the value of attribute business_name

Returns:

  • (Object)

    the current value of business_name



30
31
32
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30

def business_name
  @business_name
end

#distanceObject

Returns the value of attribute distance

Returns:

  • (Object)

    the current value of distance



30
31
32
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30

def distance
  @distance
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30

def name
  @name
end

#postal_addressObject

Returns the value of attribute postal_address

Returns:

  • (Object)

    the current value of postal_address



30
31
32
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30

def postal_address
  @postal_address
end

#sequence_noObject

Returns the value of attribute sequence_no

Returns:

  • (Object)

    the current value of sequence_no



30
31
32
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30

def sequence_no
  @sequence_no
end