Class: YSM::AdService::GetAdsByAdGroupIDByEditorialStatus

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAdsByAdGroupIDByEditorialStatus.



269
270
271
272
273
274
# File 'lib/ysm4r/v1/AdService.rb', line 269

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.



264
265
266
# File 'lib/ysm4r/v1/AdService.rb', line 264

def adGroupID
  @adGroupID
end

#includeDeletedObject

Returns the value of attribute includeDeleted.



267
268
269
# File 'lib/ysm4r/v1/AdService.rb', line 267

def includeDeleted
  @includeDeleted
end

#statusObject

Returns the value of attribute status.



266
267
268
# File 'lib/ysm4r/v1/AdService.rb', line 266

def status
  @status
end

#updateObject

Returns the value of attribute update.



265
266
267
# File 'lib/ysm4r/v1/AdService.rb', line 265

def update
  @update
end