Class: AdCenterWrapper::GetAssignedQuotaResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAssignedQuotaResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetAssignedQuotaResponse
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
#initialize(assignedQuota = nil) ⇒ GetAssignedQuotaResponse
Returns a new instance of GetAssignedQuotaResponse.
62 63 64 |
# File 'lib/adcenter_wrapper_entities.rb', line 62 def initialize(assignedQuota = nil) @assignedQuota = assignedQuota end |
Instance Attribute Details
#assignedQuota ⇒ Object
Returns the value of attribute assignedQuota.
60 61 62 |
# File 'lib/adcenter_wrapper_entities.rb', line 60 def assignedQuota @assignedQuota end |