Class: AdWords::V201008::TargetingIdeaService::SoapResponseHeader

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



135
136
137
138
139
140
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 135

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.



131
132
133
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 131

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



130
131
132
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 130

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



132
133
134
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 132

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



133
134
135
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 133

def units
  @units
end