Class: AdCenterWrapper::GetAssignedQuotaResponse

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

Overview

https://adcenter.microsoft.com/v8GetAssignedQuotaResponse

assignedQuota - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(assignedQuota = nil) ⇒ GetAssignedQuotaResponse

Returns a new instance of GetAssignedQuotaResponse.

[View source]

63
64
65
# File 'lib/AdministrationService.rb', line 63

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

Instance Attribute Details

#assignedQuotaObject

Returns the value of attribute assignedQuota.


61
62
63
# File 'lib/AdministrationService.rb', line 61

def assignedQuota
  @assignedQuota
end