Class: YSM::BudgetingService::GetAccountDailySpendLimitStatus

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



144
145
146
# File 'lib/ysm4r/v1/BudgetingService.rb', line 144

def accountID
  @accountID
end