Class: ActiveMerchant::Shipping::CanadaPost::Box
- Defined in:
- lib/active_shipping/shipping/carriers/canada_post.rb
Instance Attribute Summary collapse
-
#expediter_weight ⇒ Object
Returns the value of attribute expediter_weight.
-
#height ⇒ Object
Returns the value of attribute height.
-
#length ⇒ Object
Returns the value of attribute length.
-
#name ⇒ Object
Returns the value of attribute name.
-
#packedItems ⇒ Object
Returns the value of attribute packedItems.
-
#weight ⇒ Object
Returns the value of attribute weight.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#expediter_weight ⇒ Object
Returns the value of attribute expediter_weight
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def expediter_weight @expediter_weight end |
#height ⇒ Object
Returns the value of attribute height
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def height @height end |
#length ⇒ Object
Returns the value of attribute length
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def length @length end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def name @name end |
#packedItems ⇒ Object
Returns the value of attribute packedItems
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def packedItems @packedItems end |
#weight ⇒ Object
Returns the value of attribute weight
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def weight @weight end |
#width ⇒ Object
Returns the value of attribute width
28 29 30 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 28 def width @width end |