Method: ActionService::Protocol::Soap::SoapMapping#initialize

Defined in:
lib/action_service/protocol/soap.rb

#initialize(mapper, type_name, ruby_klass, generated_klass, soap_klass, registry_mapping, custom_type = false) ⇒ SoapMapping

Returns a new instance of SoapMapping.



392
393
394
395
396
397
398
399
400
401
# File 'lib/action_service/protocol/soap.rb', line 392

def initialize(mapper, type_name, ruby_klass, generated_klass, soap_klass, registry_mapping,
               custom_type=false)
  @mapper = mapper
  @type_name = type_name
  @ruby_klass = ruby_klass
  @generated_klass = generated_klass
  @soap_klass = soap_klass
  @registry_mapping = registry_mapping
  @custom_type = custom_type
end