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



167
168
169
# File 'app/models/spree/shipment.rb', line 167

def line_item
  @line_item
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



167
168
169
# File 'app/models/spree/shipment.rb', line 167

def quantity
  @quantity
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



167
168
169
# File 'app/models/spree/shipment.rb', line 167

def states
  @states
end

#variantObject

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



167
168
169
# File 'app/models/spree/shipment.rb', line 167

def variant
  @variant
end