Class: YSM::BudgetingService::GetAccountDailySpendLimitStatus
- Inherits:
-
Object
- Object
- YSM::BudgetingService::GetAccountDailySpendLimitStatus
- Defined in:
- lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountDailySpendLimitStatus
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetAccountDailySpendLimitStatus
constructor
A new instance of GetAccountDailySpendLimitStatus.
Constructor Details
#initialize(accountID = nil) ⇒ GetAccountDailySpendLimitStatus
Returns a new instance of GetAccountDailySpendLimitStatus.
146 147 148 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 146 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
144 145 146 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 144 def accountID @accountID end |