Class: AdwordsApi::V201008::ReportDefinitionService::SoapResponseHeader

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



115
116
117
118
119
120
# File 'lib/adwords_api/v201008/ReportDefinitionService.rb', line 115

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.



111
112
113
# File 'lib/adwords_api/v201008/ReportDefinitionService.rb', line 111

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



110
111
112
# File 'lib/adwords_api/v201008/ReportDefinitionService.rb', line 110

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



112
113
114
# File 'lib/adwords_api/v201008/ReportDefinitionService.rb', line 112

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



113
114
115
# File 'lib/adwords_api/v201008/ReportDefinitionService.rb', line 113

def units
  @units
end