Class: AdCenterWrapper::GetAssignedQuotaResponse

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

Overview

https://adcenter.microsoft.com/v7GetAssignedQuotaResponse

assignedQuota - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#assignedQuotaObject

Returns the value of attribute assignedQuota.



60
61
62
# File 'lib/adcenter_wrapper_entities.rb', line 60

def assignedQuota
  @assignedQuota
end