Class: ActiveMerchant::Shipping::CanadaPost::PostalOutlet
- Defined in:
- lib/active_shipping/shipping/carriers/canada_post.rb
Instance Attribute Summary collapse
-
#business_hours ⇒ Object
Returns the value of attribute business_hours.
-
#business_name ⇒ Object
Returns the value of attribute business_name.
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#name ⇒ Object
Returns the value of attribute name.
-
#postal_address ⇒ Object
Returns the value of attribute postal_address.
-
#sequence_no ⇒ Object
Returns the value of attribute sequence_no.
Instance Attribute Details
#business_hours ⇒ Object
Returns the value of attribute business_hours
30 31 32 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30 def business_hours @business_hours end |
#business_name ⇒ Object
Returns the value of attribute business_name
30 31 32 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30 def business_name @business_name end |
#distance ⇒ Object
Returns the value of attribute distance
30 31 32 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30 def distance @distance end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30 def name @name end |
#postal_address ⇒ Object
Returns the value of attribute postal_address
30 31 32 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30 def postal_address @postal_address end |
#sequence_no ⇒ Object
Returns the value of attribute sequence_no
30 31 32 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 30 def sequence_no @sequence_no end |