Class: YSM::BudgetingService::UpdateAccountDailySpendLimit

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/BudgetingService.rb,
lib/ysm4r/v2/BudgetingService.rb

Overview

http://marketing.ews.yahooapis.com/V2updateAccountDailySpendLimit

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



75
76
77
# File 'lib/ysm4r/v1/BudgetingService.rb', line 75

def accountID
  @accountID
end

#amountObject

Returns the value of attribute amount.



76
77
78
# File 'lib/ysm4r/v1/BudgetingService.rb', line 76

def amount
  @amount
end