Method: Codebot::Network#secure

Defined in:
lib/codebot/network.rb

#secureBoolean (readonly)

Returns whether TLS should be used when connecting to this network.

Returns:

  • (Boolean)

    whether TLS should be used when connecting to this network



23
24
25
# File 'lib/codebot/network.rb', line 23

def secure
  @secure
end