Sha256: abdc8787abdd2634d33214089b0f88208e5cb501034ae33409d44f81530fb1cb
Contents?: true
Size: 438 Bytes
Versions: 8
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Currency class Deserializer < NetSuite::Deserializer id attribute :name attribute :external_id, hash_attribute: :externalid attribute :symbol attribute :exchange_rate, hash_attribute: :exchangerate end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems