Class: AdCenterWrapper::GetAccountMonthlySpendResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountMonthlySpendResponse
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customerbillingGetAccountMonthlySpendResponse
amount - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
Instance Method Summary collapse
-
#initialize(amount = nil) ⇒ GetAccountMonthlySpendResponse
constructor
A new instance of GetAccountMonthlySpendResponse.
Constructor Details
#initialize(amount = nil) ⇒ GetAccountMonthlySpendResponse
Returns a new instance of GetAccountMonthlySpendResponse.
413 414 415 |
# File 'lib/CustomerBillingService.rb', line 413 def initialize(amount = nil) @amount = amount end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
411 412 413 |
# File 'lib/CustomerBillingService.rb', line 411 def amount @amount end |