Class: YSM::BudgetingService::GetAccountDailySpendLimit

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



39
40
41
# File 'lib/ysm4r/v1/BudgetingService.rb', line 39

def accountID
  @accountID
end