Class: AdWords::V201008::AdGroupAdService::SoapResponseHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/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.



177
178
179
180
181
182
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 177

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.



173
174
175
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 173

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



172
173
174
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 172

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



174
175
176
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 174

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



175
176
177
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 175

def units
  @units
end