Class: YSM::BudgetingService::GetAccountDailySpendLimitResponse
- Inherits:
-
Object
- Object
- YSM::BudgetingService::GetAccountDailySpendLimitResponse
- Defined in:
- lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountDailySpendLimitResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAccountDailySpendLimitResponse
constructor
A new instance of GetAccountDailySpendLimitResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAccountDailySpendLimitResponse
Returns a new instance of GetAccountDailySpendLimitResponse.
50 51 52 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 50 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
48 49 50 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 48 def out @out end |