Sha256: 89cbfe805c0ad9e1e362667227ac1bdf921407cee44ae3ef0c3da2429f5c9b31
Contents?: true
Size: 507 Bytes
Versions: 3
Compression:
Stored size: 507 Bytes
Contents
# frozen_string_literal: true require_relative '../reference/deserializer' module LedgerSync module QuickBooksOnline class Department class Deserializer < QuickBooksOnline::Deserializer id attribute :Name attribute :Active attribute :SubDepartment attribute :FullyQualifiedName references_one :Parent, hash_attribute: 'ParentRef', deserializer: Reference::Deserializer end end end end
Version data entries
3 entries across 3 versions & 1 rubygems