Sha256: f24eeeb8321531944caecf2bede1cc56109c061caea831200bae1fbd8e5e93d8
Contents?: true
Size: 279 Bytes
Versions: 9
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuiteSOAP class Subsidiary < NetSuiteSOAP::Resource attribute :name, type: LedgerSync::Type::String attribute :state, type: LedgerSync::Type::String end end end end
Version data entries
9 entries across 9 versions & 1 rubygems