Module: Dtn::Streaming::Client::Status
- Included in:
- Dtn::Streaming::Client
- Defined in:
- lib/dtn/streaming/client.rb
Overview
Status helper methods
Constant Summary collapse
- STATUSES =
{ run: :running, stop: :stopped, initializing: :initialized }.freeze
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status.
17 18 19 |
# File 'lib/dtn/streaming/client.rb', line 17 def status @status end |