class Agris::Api::Inventory::SpecificOrderExtract

Attributes

order_location[RW]
order_number[RW]
order_type[RW]

Public Class Methods

new(order_location, order_number, order_type) click to toggle source
# File lib/agris/api/inventory/specific_order_extract.rb, line 10
def initialize(order_location, order_number, order_type)
  @order_location = order_location
  @order_number = order_number
  @order_type = order_type
end