Class: AdWords::V200909::CampaignAdExtensionService::SoapResponseHeader
- Inherits:
-
Object
- Object
- AdWords::V200909::CampaignAdExtensionService::SoapResponseHeader
- Defined in:
- lib/adwords4r/v200909/CampaignAdExtensionService.rb
Overview
SoapResponseHeader
-
requestId - SOAP::SOAPString
-
operations - SOAP::SOAPLong
-
responseTime - SOAP::SOAPLong
-
units - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#operations ⇒ Object
Returns the value of attribute operations.
-
#requestId ⇒ Object
Returns the value of attribute requestId.
-
#responseTime ⇒ Object
Returns the value of attribute responseTime.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Method Summary collapse
-
#initialize(requestId = nil, operations = nil, responseTime = nil, units = nil) ⇒ SoapResponseHeader
constructor
A new instance of SoapResponseHeader.
Constructor Details
#initialize(requestId = nil, operations = nil, responseTime = nil, units = nil) ⇒ SoapResponseHeader
Returns a new instance of SoapResponseHeader.
112 113 114 115 116 117 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 112 def initialize(requestId = nil, operations = nil, responseTime = nil, units = nil) @requestId = requestId @operations = operations @responseTime = responseTime @units = units end |
Instance Attribute Details
#operations ⇒ Object
Returns the value of attribute operations.
108 109 110 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 108 def operations @operations end |
#requestId ⇒ Object
Returns the value of attribute requestId.
107 108 109 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 107 def requestId @requestId end |
#responseTime ⇒ Object
Returns the value of attribute responseTime.
109 110 111 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 109 def responseTime @responseTime end |
#units ⇒ Object
Returns the value of attribute units.
110 111 112 |
# File 'lib/adwords4r/v200909/CampaignAdExtensionService.rb', line 110 def units @units end |