Class: AdCenterWrapper::GetRemainingQuotaResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetRemainingQuotaResponse
- Defined in:
- lib/AdministrationService.rb
Overview
https://adcenter.microsoft.com/v8GetRemainingQuotaResponse
remainingQuota - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#remainingQuota ⇒ Object
Returns the value of attribute remainingQuota.
Instance Method Summary collapse
-
#initialize(remainingQuota = nil) ⇒ GetRemainingQuotaResponse
constructor
A new instance of GetRemainingQuotaResponse.
Constructor Details
permalink #initialize(remainingQuota = nil) ⇒ GetRemainingQuotaResponse
Returns a new instance of GetRemainingQuotaResponse.
79 80 81 |
# File 'lib/AdministrationService.rb', line 79 def initialize(remainingQuota = nil) @remainingQuota = remainingQuota end |
Instance Attribute Details
permalink #remainingQuota ⇒ Object
Returns the value of attribute remainingQuota.
77 78 79 |
# File 'lib/AdministrationService.rb', line 77 def remainingQuota @remainingQuota end |