Class: LedgerSync::NetSuite::Type::DeserializerCustomerType

Inherits:
Type::Value
  • Object
show all
Defined in:
lib/ledger_sync/netsuite/type/deserializer_customer_type.rb

Instance Method Summary collapse

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