Class: AdWords::V200909::AdGroupAdService::SoapResponseHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

SoapResponseHeader

  • requestId - SOAP::SOAPString

  • operations - SOAP::SOAPLong

  • responseTime - SOAP::SOAPLong

  • units - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(requestId = nil, operations = nil, responseTime = nil, units = nil) ⇒ SoapResponseHeader

Returns a new instance of SoapResponseHeader.



190
191
192
193
194
195
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 190

def initialize(requestId = nil, operations = nil, responseTime = nil, units = nil)
  @requestId = requestId
  @operations = operations
  @responseTime = responseTime
  @units = units
end

Instance Attribute Details

#operationsObject

Returns the value of attribute operations.



186
187
188
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 186

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



185
186
187
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 185

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



187
188
189
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 187

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



188
189
190
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 188

def units
  @units
end