Class: AdWords::V201008::AdGroupAdService::SoapResponseHeader
- Inherits:
-
Object
- Object
- AdWords::V201008::AdGroupAdService::SoapResponseHeader
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.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.
177 178 179 180 181 182 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 177 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.
173 174 175 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 173 def operations @operations end |
#requestId ⇒ Object
Returns the value of attribute requestId.
172 173 174 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 172 def requestId @requestId end |
#responseTime ⇒ Object
Returns the value of attribute responseTime.
174 175 176 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 174 def responseTime @responseTime end |
#units ⇒ Object
Returns the value of attribute units.
175 176 177 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 175 def units @units end |