Class: Spree::ShippingManifest::ManifestItem
- Inherits:
-
Struct
- Object
- Struct
- Spree::ShippingManifest::ManifestItem
- Defined in:
- app/models/spree/shipping_manifest.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
4 5 6 |
# File 'app/models/spree/shipping_manifest.rb', line 4 def line_item @line_item end |
#quantity ⇒ Object
Returns the value of attribute quantity
4 5 6 |
# File 'app/models/spree/shipping_manifest.rb', line 4 def quantity @quantity end |
#states ⇒ Object
Returns the value of attribute states
4 5 6 |
# File 'app/models/spree/shipping_manifest.rb', line 4 def states @states end |
#variant ⇒ Object
Returns the value of attribute variant
4 5 6 |
# File 'app/models/spree/shipping_manifest.rb', line 4 def variant @variant end |