Class: ReactiveShipping::CanadaPost::PackedItem
- Inherits:
-
Struct
- Object
- Struct
- ReactiveShipping::CanadaPost::PackedItem
- Defined in:
- lib/reactive_shipping/carriers/canada_post.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
22 23 24 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 22 def description @description end |
#quantity ⇒ Object
Returns the value of attribute quantity
22 23 24 |
# File 'lib/reactive_shipping/carriers/canada_post.rb', line 22 def quantity @quantity end |