Sha256: 086998197555f584b7d40f1a895eb6d502ad6f1f9cc7cdbb4a820a18586b7d26
Contents?: true
Size: 409 Bytes
Versions: 8
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class LedgerClass < NetSuite::Resource attribute :name, type: Type::String attribute :fully_qualified_name, type: Type::String attribute :active, type: Type::Boolean attribute :sub_class, type: Type::Boolean references_one :parent, to: LedgerClass end end end end
Version data entries
8 entries across 8 versions & 1 rubygems