Class: AdCenterWrapper::GetAccountMonthlySpendRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerBillingService.rb

Overview

https://adcenter.microsoft.com/api/customerbillingGetAccountMonthlySpendRequest

accountId - SOAP::SOAPLong
monthYear - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, monthYear = nil) ⇒ GetAccountMonthlySpendRequest

Returns a new instance of GetAccountMonthlySpendRequest.

[View source]

402
403
404
405
# File 'lib/CustomerBillingService.rb', line 402

def initialize(accountId = nil, monthYear = nil)
  @accountId = accountId
  @monthYear = monthYear
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


399
400
401
# File 'lib/CustomerBillingService.rb', line 399

def accountId
  @accountId
end

#monthYearObject

Returns the value of attribute monthYear.


400
401
402
# File 'lib/CustomerBillingService.rb', line 400

def monthYear
  @monthYear
end