Class: AdWords::V201003::TargetingIdeaService::TargetingIdeaSelector
- Inherits:
-
Object
- Object
- AdWords::V201003::TargetingIdeaService::TargetingIdeaSelector
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
TargetingIdeaSelector
-
searchParameters - AdWords::V201003::TargetingIdeaService::SearchParameter
-
ideaType - AdWords::V201003::TargetingIdeaService::IdeaType
-
requestType - AdWords::V201003::TargetingIdeaService::RequestType
-
requestedAttributeTypes - AdWords::V201003::TargetingIdeaService::AttributeType
-
paging - AdWords::V201003::TargetingIdeaService::Paging
-
localeCode - SOAP::SOAPString
-
currencyCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
-
#ideaType ⇒ Object
Returns the value of attribute ideaType.
-
#localeCode ⇒ Object
Returns the value of attribute localeCode.
-
#paging ⇒ Object
Returns the value of attribute paging.
-
#requestedAttributeTypes ⇒ Object
Returns the value of attribute requestedAttributeTypes.
-
#requestType ⇒ Object
Returns the value of attribute requestType.
-
#searchParameters ⇒ Object
Returns the value of attribute searchParameters.
Instance Method Summary collapse
-
#initialize(searchParameters = [], ideaType = nil, requestType = nil, requestedAttributeTypes = [], paging = nil, localeCode = nil, currencyCode = nil) ⇒ TargetingIdeaSelector
constructor
A new instance of TargetingIdeaSelector.
Constructor Details
#initialize(searchParameters = [], ideaType = nil, requestType = nil, requestedAttributeTypes = [], paging = nil, localeCode = nil, currencyCode = nil) ⇒ TargetingIdeaSelector
Returns a new instance of TargetingIdeaSelector.
1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1707 def initialize(searchParameters = [], ideaType = nil, requestType = nil, requestedAttributeTypes = [], paging = nil, localeCode = nil, currencyCode = nil) @searchParameters = searchParameters @ideaType = ideaType @requestType = requestType @requestedAttributeTypes = requestedAttributeTypes @paging = paging @localeCode = localeCode @currencyCode = currencyCode end |
Instance Attribute Details
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
1705 1706 1707 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1705 def currencyCode @currencyCode end |
#ideaType ⇒ Object
Returns the value of attribute ideaType.
1700 1701 1702 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1700 def ideaType @ideaType end |
#localeCode ⇒ Object
Returns the value of attribute localeCode.
1704 1705 1706 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1704 def localeCode @localeCode end |
#paging ⇒ Object
Returns the value of attribute paging.
1703 1704 1705 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1703 def paging @paging end |
#requestedAttributeTypes ⇒ Object
Returns the value of attribute requestedAttributeTypes.
1702 1703 1704 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1702 def requestedAttributeTypes @requestedAttributeTypes end |
#requestType ⇒ Object
Returns the value of attribute requestType.
1701 1702 1703 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1701 def requestType @requestType end |
#searchParameters ⇒ Object
Returns the value of attribute searchParameters.
1699 1700 1701 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1699 def searchParameters @searchParameters end |