Class: AdWords::V200909::AdGroupCriterionService::SoapResponseHeader
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupCriterionService::SoapResponseHeader
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.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.
132 133 134 135 136 137 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 132 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.
128 129 130 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 128 def operations @operations end |
#requestId ⇒ Object
Returns the value of attribute requestId.
127 128 129 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 127 def requestId @requestId end |
#responseTime ⇒ Object
Returns the value of attribute responseTime.
129 130 131 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 129 def responseTime @responseTime end |
#units ⇒ Object
Returns the value of attribute units.
130 131 132 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 130 def units @units end |