Class: AdCenterWrapper::GetRemainingQuotaResponse

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

Overview

https://adcenter.microsoft.com/v7GetRemainingQuotaResponse

remainingQuota - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(remainingQuota = nil) ⇒ GetRemainingQuotaResponse

Returns a new instance of GetRemainingQuotaResponse.



78
79
80
# File 'lib/adcenter_wrapper_entities.rb', line 78

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

Instance Attribute Details

#remainingQuotaObject

Returns the value of attribute remainingQuota.



76
77
78
# File 'lib/adcenter_wrapper_entities.rb', line 76

def remainingQuota
  @remainingQuota
end