Sha256: d600d5628e2d69583f8f9929ebd955e3df45c8e97457f992e081f850963fb5c6

Contents?: true

Size: 200 Bytes

Versions: 8

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module NetSuite
      class Location < NetSuite::Resource
        attribute :name, type: Type::String
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.4.2 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/netsuite/resources/location.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/netsuite/resources/location.rb