Sha256: d2380de21057b4590242b00c86348314a974a994393ad3f70ab155c0fc9e8ba5

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

module NetSuite
  module Records
    class InventoryDetail
      include Support::RecordRefs
      include Support::Records
      include Support::Fields
      include Namespaces::PlatformCommon

      record_ref :custom_form

      field :inventory_assignment_list, InventoryAssignmentList

      def initialize(attributes = {})
        initialize_from_attributes_hash(attributes)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
netsuite-0.3.3 lib/netsuite/records/inventory_detail.rb
netsuite-0.3.2 lib/netsuite/records/inventory_detail.rb
netsuite-0.3.1 lib/netsuite/records/inventory_detail.rb
netsuite-0.3.0 lib/netsuite/records/inventory_detail.rb