class Agris::Api::NewVoucher::InventoryItemDetail

Constants

ATTRIBUTE_NAMES

Public Class Methods

new(orders, hash = {}) click to toggle source
Calls superclass method
# File lib/agris/api/new_voucher.rb, line 103
def initialize(orders, hash = {})
  super(hash)

  @detail_type = 'I'
  @orders = orders
  @record_type = 'ACPV1'
end