Sha256: efd78611873b87f52d1383d2aa8a0c33fec6d43430867b432bd5f54b1b4da473
Contents?: true
Size: 425 Bytes
Versions: 13
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class LedgerClass < QuickBooksOnline::Resource attribute :Name, type: Type::String attribute :FullyQualifiedName, type: Type::String attribute :Active, type: Type::Boolean attribute :SubClass, type: Type::Boolean references_one :Parent, to: LedgerClass def name self.Name end end end end
Version data entries
13 entries across 13 versions & 1 rubygems