Class: AkamaiApi::CCU::Status::Response
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- AkamaiApi::CCU::Status::Response
- Defined in:
- lib/akamai_api/ccu/status/response.rb
Overview
This response class describes the status of the Akamai CCU Queue
Instance Attribute Summary
Attributes inherited from BaseResponse
Instance Method Summary collapse
-
#message ⇒ String
(also: #detail)
Message detailing the response.
-
#queue_length ⇒ Fixnum
Number of jobs in queue.
Methods inherited from BaseResponse
#code, #initialize, #support_id
Constructor Details
This class inherits a constructor from AkamaiApi::CCU::BaseResponse
Instance Method Details
#message ⇒ String Also known as: detail
Returns Message detailing the response.
12 13 14 |
# File 'lib/akamai_api/ccu/status/response.rb', line 12 def raw['detail'] end |
#queue_length ⇒ Fixnum
Returns Number of jobs in queue.
7 8 9 |
# File 'lib/akamai_api/ccu/status/response.rb', line 7 def queue_length raw['queueLength'] end |