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