Class: ActiveMerchant::Shipping::CanadaPost::PackedItem
- Defined in:
- lib/active_shipping/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
29 30 31 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 29 def description @description end |
#quantity ⇒ Object
Returns the value of attribute quantity
29 30 31 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 29 def quantity @quantity end |