Class: AdWords::V201003::MediaService::SoapResponseHeader

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



94
95
96
97
98
99
# File 'lib/adwords4r/v201003/MediaService.rb', line 94

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.



90
91
92
# File 'lib/adwords4r/v201003/MediaService.rb', line 90

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



89
90
91
# File 'lib/adwords4r/v201003/MediaService.rb', line 89

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



91
92
93
# File 'lib/adwords4r/v201003/MediaService.rb', line 91

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



92
93
94
# File 'lib/adwords4r/v201003/MediaService.rb', line 92

def units
  @units
end