Class: Rawbotz::OrderLinker::OrderItemLine

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

Instance Attribute Summary collapse

Instance Attribute Details

#qty_orderedObject

Returns the value of attribute qty_ordered

Returns:

  • (Object)

    the current value of qty_ordered



5
6
7
# File 'lib/rawbotz/processors/order_linker.rb', line 5

def qty_ordered
  @qty_ordered
end

#qty_refundedObject

Returns the value of attribute qty_refunded

Returns:

  • (Object)

    the current value of qty_refunded



5
6
7
# File 'lib/rawbotz/processors/order_linker.rb', line 5

def qty_refunded
  @qty_refunded
end

#remote_product_nameObject

Returns the value of attribute remote_product_name

Returns:

  • (Object)

    the current value of remote_product_name



5
6
7
# File 'lib/rawbotz/processors/order_linker.rb', line 5

def remote_product_name
  @remote_product_name
end