Class: AdwordsApi::V201008::AlertService::SoapResponseHeader

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



58
59
60
61
62
63
# File 'lib/adwords_api/v201008/AlertService.rb', line 58

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.



54
55
56
# File 'lib/adwords_api/v201008/AlertService.rb', line 54

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



53
54
55
# File 'lib/adwords_api/v201008/AlertService.rb', line 53

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



55
56
57
# File 'lib/adwords_api/v201008/AlertService.rb', line 55

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



56
57
58
# File 'lib/adwords_api/v201008/AlertService.rb', line 56

def units
  @units
end