Class: AdWords::V201003::AdGroupService::SoapResponseHeader

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



68
69
70
71
72
73
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 68

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.



64
65
66
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 64

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



63
64
65
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 63

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



65
66
67
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 65

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



66
67
68
# File 'lib/adwords4r/v201003/AdGroupService.rb', line 66

def units
  @units
end