Class: Etapper::API::DynamicQuery
- Inherits:
-
Object
- Object
- Etapper::API::DynamicQuery
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceDynamicQuery
accountType - SOAP::SOAPInt
applicationGroup - SOAP::SOAPString
baseQuery - SOAP::SOAPString
involvePrivacySettings - SOAP::SOAPBoolean
matchAny - SOAP::SOAPBoolean
personaOption - SOAP::SOAPString
returnType - SOAP::SOAPInt
searchCriteria - Etapper::API::ArrayOfSearchCriteria
Instance Attribute Summary collapse
-
#accountType ⇒ Object
Returns the value of attribute accountType.
-
#applicationGroup ⇒ Object
Returns the value of attribute applicationGroup.
-
#baseQuery ⇒ Object
Returns the value of attribute baseQuery.
-
#involvePrivacySettings ⇒ Object
Returns the value of attribute involvePrivacySettings.
-
#matchAny ⇒ Object
Returns the value of attribute matchAny.
-
#personaOption ⇒ Object
Returns the value of attribute personaOption.
-
#returnType ⇒ Object
Returns the value of attribute returnType.
-
#searchCriteria ⇒ Object
Returns the value of attribute searchCriteria.
Instance Method Summary collapse
-
#initialize(accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil) ⇒ DynamicQuery
constructor
A new instance of DynamicQuery.
Constructor Details
#initialize(accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil) ⇒ DynamicQuery
Returns a new instance of DynamicQuery.
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/etapper/api/service.rb', line 2119 def initialize(accountType = nil, applicationGroup = nil, baseQuery = nil, involvePrivacySettings = nil, matchAny = nil, personaOption = nil, returnType = nil, searchCriteria = nil) @accountType = accountType @applicationGroup = applicationGroup @baseQuery = baseQuery @involvePrivacySettings = involvePrivacySettings @matchAny = matchAny @personaOption = personaOption @returnType = returnType @searchCriteria = searchCriteria end |
Instance Attribute Details
#accountType ⇒ Object
Returns the value of attribute accountType.
2110 2111 2112 |
# File 'lib/etapper/api/service.rb', line 2110 def accountType @accountType end |
#applicationGroup ⇒ Object
Returns the value of attribute applicationGroup.
2111 2112 2113 |
# File 'lib/etapper/api/service.rb', line 2111 def applicationGroup @applicationGroup end |
#baseQuery ⇒ Object
Returns the value of attribute baseQuery.
2112 2113 2114 |
# File 'lib/etapper/api/service.rb', line 2112 def baseQuery @baseQuery end |
#involvePrivacySettings ⇒ Object
Returns the value of attribute involvePrivacySettings.
2113 2114 2115 |
# File 'lib/etapper/api/service.rb', line 2113 def involvePrivacySettings @involvePrivacySettings end |
#matchAny ⇒ Object
Returns the value of attribute matchAny.
2114 2115 2116 |
# File 'lib/etapper/api/service.rb', line 2114 def matchAny @matchAny end |
#personaOption ⇒ Object
Returns the value of attribute personaOption.
2115 2116 2117 |
# File 'lib/etapper/api/service.rb', line 2115 def personaOption @personaOption end |
#returnType ⇒ Object
Returns the value of attribute returnType.
2116 2117 2118 |
# File 'lib/etapper/api/service.rb', line 2116 def returnType @returnType end |
#searchCriteria ⇒ Object
Returns the value of attribute searchCriteria.
2117 2118 2119 |
# File 'lib/etapper/api/service.rb', line 2117 def searchCriteria @searchCriteria end |