Class: Tsclient::Status
- Inherits:
-
Object
- Object
- Tsclient::Status
- Defined in:
- lib/tsclient/status.rb
Class Method Summary collapse
Class Method Details
.from(data) ⇒ Object
7 8 9 10 11 |
# File 'lib/tsclient/status.rb', line 7 def self.from(data) with( backend_state: data.dig("BackendState"), ) end |