Sha256: a2ccb798d88da4d141b3a04b955abc1ea72a2d255883e0ff2dd2aa7d50d76dc5

Contents?: true

Size: 474 Bytes

Versions: 15

Compression:

Stored size: 474 Bytes

Contents

# frozen_string_literal: true

#
# Parser for OpenAPI 3.0 data for a given record method
#
module LedgerSync
  module NetSuite
    class Record
      class Property < Util::ReadOnlyObject
        attribute :enum, default: nil
        attribute :format, default: nil
        attribute :key
        attribute :nullable, default: false
        attribute :read_only, default: false, source: :readOnly
        attribute :title
        attribute :type
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ledger_sync-netsuite-0.7.1 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.6.2 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.6.1 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.6.0 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.5.0 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.4.2 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.6 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.5 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.4 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.3 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.2 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.1 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.3.0 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.2.0 lib/ledger_sync/netsuite/record/property.rb
ledger_sync-netsuite-0.1.1 lib/ledger_sync/netsuite/record/property.rb