Class: AdWords::V200909::TargetingIdeaService::TargetingIdeaSelector
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::TargetingIdeaSelector
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
TargetingIdeaSelector
-
searchParameters - AdWords::V200909::TargetingIdeaService::SearchParameter
-
ideaType - AdWords::V200909::TargetingIdeaService::IdeaType
-
requestType - AdWords::V200909::TargetingIdeaService::RequestType
-
requestedAttributeTypes - AdWords::V200909::TargetingIdeaService::AttributeType
-
paging - AdWords::V200909::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.
1482 1483 1484 1485 1486 1487 1488 1489 1490 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1482 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.
1480 1481 1482 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1480 def currencyCode @currencyCode end |
#ideaType ⇒ Object
Returns the value of attribute ideaType.
1475 1476 1477 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1475 def ideaType @ideaType end |
#localeCode ⇒ Object
Returns the value of attribute localeCode.
1479 1480 1481 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1479 def localeCode @localeCode end |
#paging ⇒ Object
Returns the value of attribute paging.
1478 1479 1480 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1478 def paging @paging end |
#requestedAttributeTypes ⇒ Object
Returns the value of attribute requestedAttributeTypes.
1477 1478 1479 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1477 def requestedAttributeTypes @requestedAttributeTypes end |
#requestType ⇒ Object
Returns the value of attribute requestType.
1476 1477 1478 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1476 def requestType @requestType end |
#searchParameters ⇒ Object
Returns the value of attribute searchParameters.
1474 1475 1476 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1474 def searchParameters @searchParameters end |