Sha256: 68c484839250ab793ec60b42f71faa55c0bbdfff17eb21ad340b5a7069a8df50
Contents?: true
Size: 371 Bytes
Versions: 15
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true module LedgerSync module NetSuite class Department < NetSuite::Resource attribute :name, type: Type::String attribute :fully_qualified_name, type: Type::String attribute :active, type: Type::Boolean attribute :sub_department, type: Type::Boolean references_one :parent, to: Department end end end
Version data entries
15 entries across 15 versions & 1 rubygems