Sha256: 3228d29cfd9b18882aad39f3b01f7206559d75e828a200fdde7f754e6bac1faf
Contents?: true
Size: 770 Bytes
Versions: 5
Compression:
Stored size: 770 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module QuickBooksOnline module LedgerClass class LedgerSerializer < QuickBooksOnline::LedgerSerializer id attribute ledger_attribute: 'Name', resource_attribute: :name attribute ledger_attribute: 'Active', resource_attribute: :active attribute ledger_attribute: 'SubClass', resource_attribute: :sub_class attribute ledger_attribute: 'FullyQualifiedName', resource_attribute: :fully_qualified_name attribute ledger_attribute: 'ParentRef.value', resource_attribute: 'parent.ledger_id' end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems