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