Method: AdCenterWrapper::GetAccountMonthlySpendRequest#initialize
- Defined in:
- lib/CustomerBillingService.rb
#initialize(accountId = nil, monthYear = nil) ⇒ GetAccountMonthlySpendRequest
Returns a new instance of GetAccountMonthlySpendRequest.
402 403 404 405 |
# File 'lib/CustomerBillingService.rb', line 402 def initialize(accountId = nil, monthYear = nil) @accountId = accountId @monthYear = monthYear end |