Class: YSM::AdGroupService::UpdateStatusForAdGroup
- Inherits:
-
Object
- Object
- YSM::AdGroupService::UpdateStatusForAdGroup
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateStatusForAdGroup
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(adGroupID = nil, status = nil) ⇒ UpdateStatusForAdGroup
constructor
A new instance of UpdateStatusForAdGroup.
Constructor Details
#initialize(adGroupID = nil, status = nil) ⇒ UpdateStatusForAdGroup
Returns a new instance of UpdateStatusForAdGroup.
539 540 541 542 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 539 def initialize(adGroupID = nil, status = nil) @adGroupID = adGroupID @status = status end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
536 537 538 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 536 def adGroupID @adGroupID end |
#status ⇒ Object
Returns the value of attribute status.
537 538 539 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 537 def status @status end |