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"
3980 3981 3982 |
# File 'lib/models/porcelain.rb', line 3980 def state @state end |