Sha256: fd547a3c86d56dc53e92f71a6ca0128d0a0d6312dd1385f196d39f673a7e9235

Contents?: true

Size: 221 Bytes

Versions: 8

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module NetSuite
      class Location
        class Serializer < NetSuite::Serializer
          attribute :name
        end
      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/location/serializer.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/netsuite/location/serializer.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/netsuite/location/serializer.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/netsuite/location/serializer.rb
ledger_sync-1.4.4 lib/ledger_sync/ledgers/netsuite/location/serializer.rb
ledger_sync-1.4.2 lib/ledger_sync/ledgers/netsuite/location/serializer.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/netsuite/location/serializer.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/netsuite/location/serializer.rb