Sha256: d1a537759de4e4161a5d4496e274b41292938a35496addffea813e6f0731f1d8

Contents?: true

Size: 184 Bytes

Versions: 14

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module NetSuite
    class Location
      class Serializer < NetSuite::Serializer
        attribute :name
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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