Class: YSM::KeywordService::GetKeywordsByAccountID
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetKeywordsByAccountID
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getKeywordsByAccountID
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#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(accountID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetKeywordsByAccountID
constructor
A new instance of GetKeywordsByAccountID.
Constructor Details
#initialize(accountID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetKeywordsByAccountID
Returns a new instance of GetKeywordsByAccountID.
423 424 425 426 427 428 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 423 def initialize(accountID = nil, includeDeleted = nil, startElement = nil, numElements = nil) @accountID = accountID @includeDeleted = includeDeleted @startElement = startElement @numElements = numElements end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
418 419 420 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 418 def accountID @accountID end |
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
419 420 421 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 419 def includeDeleted @includeDeleted end |
#numElements ⇒ Object
Returns the value of attribute numElements.
421 422 423 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 421 def numElements @numElements end |
#startElement ⇒ Object
Returns the value of attribute startElement.
420 421 422 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 420 def startElement @startElement end |