Class: YSM::CampaignService::CampaignOptimizationGuidelinesResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::CampaignOptimizationGuidelinesResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2CampaignOptimizationGuidelinesResponse
Instance Attribute Summary collapse
-
#campaignOptimizationGuidelines ⇒ Object
Returns the value of attribute campaignOptimizationGuidelines.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
Instance Method Summary collapse
-
#initialize(campaignOptimizationGuidelines = nil, errors = nil, operationSucceeded = nil) ⇒ CampaignOptimizationGuidelinesResponse
constructor
A new instance of CampaignOptimizationGuidelinesResponse.
Constructor Details
#initialize(campaignOptimizationGuidelines = nil, errors = nil, operationSucceeded = nil) ⇒ CampaignOptimizationGuidelinesResponse
Returns a new instance of CampaignOptimizationGuidelinesResponse.
141 142 143 144 145 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 141 def initialize(campaignOptimizationGuidelines = nil, errors = nil, operationSucceeded = nil) @campaignOptimizationGuidelines = campaignOptimizationGuidelines @errors = errors @operationSucceeded = operationSucceeded end |
Instance Attribute Details
#campaignOptimizationGuidelines ⇒ Object
Returns the value of attribute campaignOptimizationGuidelines.
137 138 139 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 137 def campaignOptimizationGuidelines @campaignOptimizationGuidelines end |
#errors ⇒ Object
Returns the value of attribute errors.
138 139 140 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 138 def errors @errors end |
#operationSucceeded ⇒ Object
Returns the value of attribute operationSucceeded.
139 140 141 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 139 def operationSucceeded @operationSucceeded end |