Class: Etapper::API::DuplicateAccountSearch
- Inherits:
-
Object
- Object
- Etapper::API::DuplicateAccountSearch
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#accountRoleTypes ⇒ Object
Returns the value of attribute accountRoleTypes.
-
#address ⇒ Object
Returns the value of attribute address.
-
#allowEmailOnlyMatch ⇒ Object
Returns the value of attribute allowEmailOnlyMatch.
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
Instance Method Summary collapse
-
#initialize(accountRoleTypes = nil, address = nil, allowEmailOnlyMatch = nil, email = nil, name = nil, phoneNumber = nil) ⇒ DuplicateAccountSearch
constructor
A new instance of DuplicateAccountSearch.
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
#accountRoleTypes ⇒ Object
Returns the value of attribute accountRoleTypes.
2083 2084 2085 |
# File 'lib/etapper/api/service.rb', line 2083 def accountRoleTypes @accountRoleTypes end |
#address ⇒ Object
Returns the value of attribute address.
2084 2085 2086 |
# File 'lib/etapper/api/service.rb', line 2084 def address @address end |
#allowEmailOnlyMatch ⇒ Object
Returns the value of attribute allowEmailOnlyMatch.
2085 2086 2087 |
# File 'lib/etapper/api/service.rb', line 2085 def allowEmailOnlyMatch @allowEmailOnlyMatch end |
#email ⇒ Object
Returns the value of attribute email.
2086 2087 2088 |
# File 'lib/etapper/api/service.rb', line 2086 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
2087 2088 2089 |
# File 'lib/etapper/api/service.rb', line 2087 def name @name end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
2088 2089 2090 |
# File 'lib/etapper/api/service.rb', line 2088 def phoneNumber @phoneNumber end |