class Eol::SalesOrderLine
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/sales_order_line.rb, line 8 def base_path "salesorder/SalesOrderLines" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/sales_order_line.rb, line 12 def mandatory_attributes %i[item order_ID] end
other_attributes()
click to toggle source
# File lib/eol/resources/sales_order_line.rb, line 16 def other_attributes SHARED_LINE_ATTRIBUTES.inject( %i[amount_FC delivery_date item_version order_number unit_price use_drop_shipment VAT_amount], :<< ) end