Libraries
»
ngrok-tunnel
(2.1.1)
»
Index
»
Ngrok
»
Tunnel
»
stopped?
Method: Ngrok::Tunnel.stopped?
Defined in:
lib/ngrok/tunnel.rb
.
stopped?
⇒
Boolean
Returns:
(
Boolean
)
51 52 53
# File 'lib/ngrok/tunnel.rb', line 51
def
stopped?
@status
==
:stopped
end