Class: ReactiveShipping::CanadaPost::Box
- Inherits:
-
Struct
- Object
- Struct
- ReactiveShipping::CanadaPost::Box
- Defined in:
- lib/reactive_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
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def expediter_weight @expediter_weight end |
#height ⇒ Object
Returns the value of attribute height
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def height @height end |
#length ⇒ Object
Returns the value of attribute length
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def length @length end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def name @name end |
#packedItems ⇒ Object
Returns the value of attribute packedItems
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def packedItems @packedItems end |
#weight ⇒ Object
Returns the value of attribute weight
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def weight @weight end |
#width ⇒ Object
Returns the value of attribute width
21 22 23 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 21 def width @width end |