Class: LedgerSync::NetSuite::Type::DeserializerCustomerType
- Inherits:
-
Type::Value
- Object
- Type::Value
- LedgerSync::NetSuite::Type::DeserializerCustomerType
- Defined in:
- lib/ledger_sync/netsuite/type/deserializer_customer_type.rb
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ DeserializerCustomerType
constructor
A new instance of DeserializerCustomerType.
Constructor Details
#initialize(args = {}) ⇒ DeserializerCustomerType
Returns a new instance of DeserializerCustomerType.
7 8 9 10 11 |
# File 'lib/ledger_sync/netsuite/type/deserializer_customer_type.rb', line 7 def initialize(args = {}) @customer_class = args.fetch(:customer_class) super() end |