Method: Codebot::Network#sasl_password

Defined in:
lib/codebot/network.rb

#sasl_passwordString (readonly)

Returns the password for SASL authentication.

Returns:

  • (String)

    the password for SASL authentication



35
36
37
# File 'lib/codebot/network.rb', line 35

def sasl_password
  @sasl_password
end