Sha256: b60d4c580e08e47338dc9d71c483d227de2756ea3b04e2a737b1f236b9c0b737
Contents?: true
Size: 461 Bytes
Versions: 10
Compression:
Stored size: 461 Bytes
Contents
# frozen_string_literal: true 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
10 entries across 10 versions & 1 rubygems