Class: ActiveShipping::CanadaPost::PostalOutlet

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_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



23
24
25
# File 'lib/active_shipping/carriers/canada_post.rb', line 23

def business_hours
  @business_hours
end

#business_nameObject

Returns the value of attribute business_name

Returns:

  • (Object)

    the current value of business_name



23
24
25
# File 'lib/active_shipping/carriers/canada_post.rb', line 23

def business_name
  @business_name
end

#distanceObject

Returns the value of attribute distance

Returns:

  • (Object)

    the current value of distance



23
24
25
# File 'lib/active_shipping/carriers/canada_post.rb', line 23

def distance
  @distance
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/active_shipping/carriers/canada_post.rb', line 23

def name
  @name
end

#postal_addressObject

Returns the value of attribute postal_address

Returns:

  • (Object)

    the current value of postal_address



23
24
25
# File 'lib/active_shipping/carriers/canada_post.rb', line 23

def postal_address
  @postal_address
end

#sequence_noObject

Returns the value of attribute sequence_no

Returns:

  • (Object)

    the current value of sequence_no



23
24
25
# File 'lib/active_shipping/carriers/canada_post.rb', line 23

def sequence_no
  @sequence_no
end