Class: Etapper::API::DuplicateAccountSearch

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceDuplicateAccountSearch

accountRoleTypes - SOAP::SOAPInt
address - SOAP::SOAPString
allowEmailOnlyMatch - SOAP::SOAPBoolean
email - SOAP::SOAPString
name - SOAP::SOAPString
phoneNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountRoleTypes = nil, address = nil, allowEmailOnlyMatch = nil, email = nil, name = nil, phoneNumber = nil) ⇒ DuplicateAccountSearch

Returns a new instance of DuplicateAccountSearch.



2090
2091
2092
2093
2094
2095
2096
2097
# File 'lib/etapper/api/service.rb', line 2090

def initialize(accountRoleTypes = nil, address = nil, allowEmailOnlyMatch = nil, email = nil, name = nil, phoneNumber = nil)
  @accountRoleTypes = accountRoleTypes
  @address = address
  @allowEmailOnlyMatch = allowEmailOnlyMatch
  @email = email
  @name = name
  @phoneNumber = phoneNumber
end

Instance Attribute Details

#accountRoleTypesObject

Returns the value of attribute accountRoleTypes.



2083
2084
2085
# File 'lib/etapper/api/service.rb', line 2083

def accountRoleTypes
  @accountRoleTypes
end

#addressObject

Returns the value of attribute address.



2084
2085
2086
# File 'lib/etapper/api/service.rb', line 2084

def address
  @address
end

#allowEmailOnlyMatchObject

Returns the value of attribute allowEmailOnlyMatch.



2085
2086
2087
# File 'lib/etapper/api/service.rb', line 2085

def allowEmailOnlyMatch
  @allowEmailOnlyMatch
end

#emailObject

Returns the value of attribute email.



2086
2087
2088
# File 'lib/etapper/api/service.rb', line 2086

def email
  @email
end

#nameObject

Returns the value of attribute name.



2087
2088
2089
# File 'lib/etapper/api/service.rb', line 2087

def name
  @name
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



2088
2089
2090
# File 'lib/etapper/api/service.rb', line 2088

def phoneNumber
  @phoneNumber
end