Class: YSM::BudgetingService::GetCampaignDailySpendLimitResponse
- Inherits:
-
Object
- Object
- YSM::BudgetingService::GetCampaignDailySpendLimitResponse
- Defined in:
- lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCampaignDailySpendLimitResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCampaignDailySpendLimitResponse
constructor
A new instance of GetCampaignDailySpendLimitResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCampaignDailySpendLimitResponse
Returns a new instance of GetCampaignDailySpendLimitResponse.
103 104 105 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 103 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
101 102 103 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 101 def out @out end |