Class: YSM::BudgetingService::UpdateAccountDailySpendLimit
- Inherits:
-
Object
- Object
- YSM::BudgetingService::UpdateAccountDailySpendLimit
- Defined in:
- lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateAccountDailySpendLimit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#amount ⇒ Object
Returns the value of attribute amount.
Instance Method Summary collapse
-
#initialize(accountID = nil, amount = nil) ⇒ UpdateAccountDailySpendLimit
constructor
A new instance of UpdateAccountDailySpendLimit.
Constructor Details
#initialize(accountID = nil, amount = nil) ⇒ UpdateAccountDailySpendLimit
Returns a new instance of UpdateAccountDailySpendLimit.
78 79 80 81 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 78 def initialize(accountID = nil, amount = nil) @accountID = accountID @amount = amount end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
75 76 77 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 75 def accountID @accountID end |
#amount ⇒ Object
Returns the value of attribute amount.
76 77 78 |
# File 'lib/ysm4r/v1/BudgetingService.rb', line 76 def amount @amount end |