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
25 26 27 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 25 def description @description end |
#quantity ⇒ Object
Returns the value of attribute quantity
25 26 27 |
# File 'lib/active_shipping/shipping/carriers/canada_post.rb', line 25 def quantity @quantity end |