Class: AdwordsApi::V201101::AdGroupAdService::SoapResponseHeader

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



165
166
167
168
169
170
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 165

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.



161
162
163
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 161

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



160
161
162
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 160

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



162
163
164
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 162

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



163
164
165
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 163

def units
  @units
end