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”
4787 4788 4789 |
# File 'lib/models/porcelain.rb', line 4787 def state @state end |