Class: Spree::Shipment::ManifestItem
- Inherits:
-
Struct
- Object
- Struct
- Spree::Shipment::ManifestItem
- Defined in:
- app/models/spree/shipment.rb
Instance Attribute Summary collapse
-
#line_item ⇒ Object
Returns the value of attribute line_item.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#states ⇒ Object
Returns the value of attribute states.
-
#variant ⇒ Object
Returns the value of attribute variant.
Instance Attribute Details
#line_item ⇒ Object
Returns the value of attribute line_item
182 183 184 |
# File 'app/models/spree/shipment.rb', line 182 def line_item @line_item end |
#quantity ⇒ Object
Returns the value of attribute quantity
182 183 184 |
# File 'app/models/spree/shipment.rb', line 182 def quantity @quantity end |
#states ⇒ Object
Returns the value of attribute states
182 183 184 |
# File 'app/models/spree/shipment.rb', line 182 def states @states end |
#variant ⇒ Object
Returns the value of attribute variant
182 183 184 |
# File 'app/models/spree/shipment.rb', line 182 def variant @variant end |