Class: AdWords::V201008::BulkMutateJobService::SoapResponseHeader

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



3979
3980
3981
3982
3983
3984
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3979

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.



3975
3976
3977
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3975

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



3974
3975
3976
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3974

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



3976
3977
3978
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3976

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



3977
3978
3979
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3977

def units
  @units
end