Sha256: 51611d889488dc8e071679adf3f7ee8d6dd7417d584c50cfdfa6ccdc0ddb6a92
Contents?: true
Size: 428 Bytes
Versions: 8
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers 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 end
Version data entries
8 entries across 8 versions & 1 rubygems