Method: SDM::Gateway#state
- Defined in:
- lib/models/porcelain.rb
#state ⇒ Object
The current state of the gateway. One of: "new", "verifying_restart", "restarting", "started", "stopped", "dead", "unknown"
2405 2406 2407 |
# File 'lib/models/porcelain.rb', line 2405 def state @state end |