Class: AdCenterWrapper::GetRemainingQuotaResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetRemainingQuotaResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetRemainingQuotaResponse
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
#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
#remainingQuota ⇒ Object
Returns the value of attribute remainingQuota.
76 77 78 |
# File 'lib/adcenter_wrapper_entities.rb', line 76 def remainingQuota @remainingQuota end |