Class: YSM::KeywordService::GetKeywordsByAdGroupIDByEditorialStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb

Overview

http://marketing.ews.yahooapis.com/V2getKeywordsByAdGroupIDByEditorialStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupID = nil, update = nil, status = nil, includeDeleted = nil) ⇒ GetKeywordsByAdGroupIDByEditorialStatus

Returns a new instance of GetKeywordsByAdGroupIDByEditorialStatus.



305
306
307
308
309
310
# File 'lib/ysm4r/v1/KeywordService.rb', line 305

def initialize(adGroupID = nil, update = nil, status = nil, includeDeleted = nil)
  @adGroupID = adGroupID
  @update = update
  @status = status
  @includeDeleted = includeDeleted
end

Instance Attribute Details

#adGroupIDObject

Returns the value of attribute adGroupID.



300
301
302
# File 'lib/ysm4r/v1/KeywordService.rb', line 300

def adGroupID
  @adGroupID
end

#includeDeletedObject

Returns the value of attribute includeDeleted.



303
304
305
# File 'lib/ysm4r/v1/KeywordService.rb', line 303

def includeDeleted
  @includeDeleted
end

#statusObject

Returns the value of attribute status.



302
303
304
# File 'lib/ysm4r/v1/KeywordService.rb', line 302

def status
  @status
end

#updateObject

Returns the value of attribute update.



301
302
303
# File 'lib/ysm4r/v1/KeywordService.rb', line 301

def update
  @update
end