Class: Spree::Shipment::ManifestItem

Inherits:
Struct
  • Object
show all
Defined in:
app/models/spree/shipment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_itemObject

Returns the value of attribute line_item

Returns:

  • (Object)

    the current value of line_item



182
183
184
# File 'app/models/spree/shipment.rb', line 182

def line_item
  @line_item
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



182
183
184
# File 'app/models/spree/shipment.rb', line 182

def quantity
  @quantity
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



182
183
184
# File 'app/models/spree/shipment.rb', line 182

def states
  @states
end

#variantObject

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



182
183
184
# File 'app/models/spree/shipment.rb', line 182

def variant
  @variant
end