Class: AdCenterWrapper::GetAssignedQuotaResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAssignedQuotaResponse
- Defined in:
- lib/AdministrationService.rb
Overview
https://adcenter.microsoft.com/v8GetAssignedQuotaResponse
assignedQuota - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#assignedQuota ⇒ Object
Returns the value of attribute assignedQuota.
Instance Method Summary collapse
-
#initialize(assignedQuota = nil) ⇒ GetAssignedQuotaResponse
constructor
A new instance of GetAssignedQuotaResponse.
Constructor Details
permalink #initialize(assignedQuota = nil) ⇒ GetAssignedQuotaResponse
Returns a new instance of GetAssignedQuotaResponse.
63 64 65 |
# File 'lib/AdministrationService.rb', line 63 def initialize(assignedQuota = nil) @assignedQuota = assignedQuota end |
Instance Attribute Details
permalink #assignedQuota ⇒ Object
Returns the value of attribute assignedQuota.
61 62 63 |
# File 'lib/AdministrationService.rb', line 61 def assignedQuota @assignedQuota end |