Class: AdCenterWrapper::GetAccountMonthlySpendRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountMonthlySpendRequest
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetAccountMonthlySpendRequest
accountId - SOAP::SOAPLong
monthYear - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#monthYear ⇒ Object
Returns the value of attribute monthYear.
Instance Method Summary collapse
-
#initialize(accountId = nil, monthYear = nil) ⇒ GetAccountMonthlySpendRequest
constructor
A new instance of GetAccountMonthlySpendRequest.
Constructor Details
permalink #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 |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
399 400 401 |
# File 'lib/CustomerBillingService.rb', line 399 def accountId @accountId end |
permalink #monthYear ⇒ Object
Returns the value of attribute monthYear.
400 401 402 |
# File 'lib/CustomerBillingService.rb', line 400 def monthYear @monthYear end |