Class: YSM::BudgetingService::GetAccountDailySpendLimit
- Inherits:
-
Object
- Object
- YSM::BudgetingService::GetAccountDailySpendLimit
- Defined in:
- lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountDailySpendLimit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetAccountDailySpendLimit
constructor
A new instance of GetAccountDailySpendLimit.
Constructor Details
#initialize(accountID = nil) ⇒ GetAccountDailySpendLimit
Returns a new instance of GetAccountDailySpendLimit.
41 42 43 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 41 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
39 40 41 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 39 def accountID @accountID end |