Class: AdWords::V200909::CampaignService::SoapResponseHeader

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



87
88
89
90
91
92
# File 'lib/adwords4r/v200909/CampaignService.rb', line 87

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.



83
84
85
# File 'lib/adwords4r/v200909/CampaignService.rb', line 83

def operations
  @operations
end

#requestIdObject

Returns the value of attribute requestId.



82
83
84
# File 'lib/adwords4r/v200909/CampaignService.rb', line 82

def requestId
  @requestId
end

#responseTimeObject

Returns the value of attribute responseTime.



84
85
86
# File 'lib/adwords4r/v200909/CampaignService.rb', line 84

def responseTime
  @responseTime
end

#unitsObject

Returns the value of attribute units.



85
86
87
# File 'lib/adwords4r/v200909/CampaignService.rb', line 85

def units
  @units
end