Class: AdWords::V200909::TargetingIdeaService::SoapResponseHeader

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



125
126
127
128
129
130
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 125

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.



121
122
123
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 121

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



120
121
122
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 120

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



122
123
124
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 122

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



123
124
125
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 123

def units
  @units
end