Sha256: 92b4e62e015e2c47e3d9f64881ed06ff1e7d7246fac416b7c643928a765b426d

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

# frozen_string_literal: true

#
# Parser for OpenAPI 3.0 data for a given record method
#
module LedgerSync
  module Adaptors
    module NetSuite
      module Record
        class Parameter < Util::ReadOnlyObject
          attribute :description
          attribute :location, source: :in
          attribute :name
          attribute :required
          attribute :schema
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/netsuite/record/parameter.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/netsuite/record/parameter.rb