Class: YSM::AdService::UpdateStatusForAd
- Inherits:
-
Object
- Object
- YSM::AdService::UpdateStatusForAd
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateStatusForAd
Instance Attribute Summary collapse
-
#adID ⇒ Object
Returns the value of attribute adID.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adID = nil, status = nil) ⇒ UpdateStatusForAd
constructor
A new instance of UpdateStatusForAd.
Constructor Details
#initialize(adID = nil, status = nil) ⇒ UpdateStatusForAd
Returns a new instance of UpdateStatusForAd.
439 440 441 442 |
# File 'lib/ysm4r/v1/AdService.rb', line 439 def initialize(adID = nil, status = nil) @adID = adID @status = status end |
Instance Attribute Details
#adID ⇒ Object
Returns the value of attribute adID.
436 437 438 |
# File 'lib/ysm4r/v1/AdService.rb', line 436 def adID @adID end |
#status ⇒ Object
Returns the value of attribute status.
437 438 439 |
# File 'lib/ysm4r/v1/AdService.rb', line 437 def status @status end |