Sha256: e93981a5d11b784ff691f5990fcaddf710354b100fcc790468aba53b96d1d189
Contents?: true
Size: 381 Bytes
Versions: 15
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true module LedgerSync module NetSuite class Currency class Serializer < NetSuite::Serializer attribute :name attribute :externalid, resource_attribute: :external_id attribute :symbol attribute :exchangerate, resource_attribute: :exchange_rate end end end end
Version data entries
15 entries across 15 versions & 1 rubygems