Class: ReactiveShipping::CanadaPost::PostalOutlet
- Inherits:
-
Struct
- Object
- Struct
- ReactiveShipping::CanadaPost::PostalOutlet
- Defined in:
- lib/reactive_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
23 24 25 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 23 def business_hours @business_hours end |
#business_name ⇒ Object
Returns the value of attribute business_name
23 24 25 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 23 def business_name @business_name end |
#distance ⇒ Object
Returns the value of attribute distance
23 24 25 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 23 def distance @distance end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 23 def name @name end |
#postal_address ⇒ Object
Returns the value of attribute postal_address
23 24 25 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 23 def postal_address @postal_address end |
#sequence_no ⇒ Object
Returns the value of attribute sequence_no
23 24 25 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 23 def sequence_no @sequence_no end |