Class: AdWords::V201008::TargetingIdeaService::TargetingIdeaSelector
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::TargetingIdeaSelector
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
TargetingIdeaSelector
-
searchParameters - AdWords::V201008::TargetingIdeaService::SearchParameter
-
ideaType - AdWords::V201008::TargetingIdeaService::IdeaType
-
requestType - AdWords::V201008::TargetingIdeaService::RequestType
-
requestedAttributeTypes - AdWords::V201008::TargetingIdeaService::AttributeType
-
paging - AdWords::V201008::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.
1812 1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1812 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.
1810 1811 1812 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1810 def currencyCode @currencyCode end |
#ideaType ⇒ Object
Returns the value of attribute ideaType.
1805 1806 1807 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1805 def ideaType @ideaType end |
#localeCode ⇒ Object
Returns the value of attribute localeCode.
1809 1810 1811 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1809 def localeCode @localeCode end |
#paging ⇒ Object
Returns the value of attribute paging.
1808 1809 1810 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1808 def paging @paging end |
#requestedAttributeTypes ⇒ Object
Returns the value of attribute requestedAttributeTypes.
1807 1808 1809 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1807 def requestedAttributeTypes @requestedAttributeTypes end |
#requestType ⇒ Object
Returns the value of attribute requestType.
1806 1807 1808 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1806 def requestType @requestType end |
#searchParameters ⇒ Object
Returns the value of attribute searchParameters.
1804 1805 1806 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1804 def searchParameters @searchParameters end |