Class: YSM::BudgetingService::GetAccountDailySpendLimitStatusResponse
- Inherits:
-
Object
- Object
- YSM::BudgetingService::GetAccountDailySpendLimitStatusResponse
- Defined in:
- lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountDailySpendLimitStatusResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAccountDailySpendLimitStatusResponse
constructor
A new instance of GetAccountDailySpendLimitStatusResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAccountDailySpendLimitStatusResponse
Returns a new instance of GetAccountDailySpendLimitStatusResponse.
155 156 157 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 155 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
153 154 155 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 153 def out @out end |