class Lox24::Config
Attributes
client[RW]
debug[RW]
password[RW]
service[RW]
Public Class Methods
password_hash()
click to toggle source
# File lib/lox24/config.rb, line 10 def self.password_hash Digest::MD5.hexdigest @password end