Class: AdCenterWrapper::GetRemainingQuotaResponse

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

Overview

https://adcenter.microsoft.com/v8GetRemainingQuotaResponse

remainingQuota - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(remainingQuota = nil) ⇒ GetRemainingQuotaResponse

Returns a new instance of GetRemainingQuotaResponse.

[View source]

79
80
81
# File 'lib/AdministrationService.rb', line 79

def initialize(remainingQuota = nil)
  @remainingQuota = remainingQuota
end

Instance Attribute Details

#remainingQuotaObject

Returns the value of attribute remainingQuota.


77
78
79
# File 'lib/AdministrationService.rb', line 77

def remainingQuota
  @remainingQuota
end