Class: YSM::KeywordService::GetKeywordsByAdGroupID
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetKeywordsByAdGroupID
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getKeywordsByAdGroupID
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
-
#numElements ⇒ Object
Returns the value of attribute numElements.
-
#startElement ⇒ Object
Returns the value of attribute startElement.
Instance Method Summary collapse
-
#initialize(adGroupID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetKeywordsByAdGroupID
constructor
A new instance of GetKeywordsByAdGroupID.
Constructor Details
#initialize(adGroupID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetKeywordsByAdGroupID
Returns a new instance of GetKeywordsByAdGroupID.
281 282 283 284 285 286 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 281 def initialize(adGroupID = nil, includeDeleted = nil, startElement = nil, numElements = nil) @adGroupID = adGroupID @includeDeleted = includeDeleted @startElement = startElement @numElements = numElements end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
276 277 278 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 276 def adGroupID @adGroupID end |
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
277 278 279 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 277 def includeDeleted @includeDeleted end |
#numElements ⇒ Object
Returns the value of attribute numElements.
279 280 281 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 279 def numElements @numElements end |
#startElement ⇒ Object
Returns the value of attribute startElement.
278 279 280 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 278 def startElement @startElement end |