Class: Rawbotz::OrderLinker::OrderItemRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/rawbotz/processors/order_linker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#order_itemObject

Returns the value of attribute order_item

Returns:

  • (Object)

    the current value of order_item



8
9
10
# File 'lib/rawbotz/processors/order_linker.rb', line 8

def order_item
  @order_item
end

#qty_orderedObject

Returns the value of attribute qty_ordered

Returns:

  • (Object)

    the current value of qty_ordered



8
9
10
# File 'lib/rawbotz/processors/order_linker.rb', line 8

def qty_ordered
  @qty_ordered
end

#qty_refundedObject

Returns the value of attribute qty_refunded

Returns:

  • (Object)

    the current value of qty_refunded



8
9
10
# File 'lib/rawbotz/processors/order_linker.rb', line 8

def qty_refunded
  @qty_refunded
end