Sha256: e89f3c01efd88b29734b9a14100c7ae2de673c0cddf33f3c9b16a93e4d417dd0
Contents?: true
Size: 387 Bytes
Versions: 8
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Department class SearcherDeserializer < NetSuite::Deserializer id attribute :name attribute :active, hash_attribute: :isinactive, type: Type::DeserializerActiveType.new end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems