Sha256: c3015060fc01165c6c838d2db30b6fd6ba985d1c7def7876fcb50b9105edbaeb
Contents?: true
Size: 370 Bytes
Versions: 4
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class Currency < QuickBooksOnline::Resource attribute :ExchangeRate, type: Type::Float attribute :Name, type: Type::String attribute :Symbol, type: Type::String def ledger_id self.Symbol end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems