Class: AdCenterWrapper::GetAccountMonthlySpendResponse

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

Overview

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

amount - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#amountObject

Returns the value of attribute amount.


411
412
413
# File 'lib/CustomerBillingService.rb', line 411

def amount
  @amount
end