lib/kobot/credential.rb in kobot-1.2.1 vs lib/kobot/credential.rb in kobot-1.2.2

- old
+ new

@@ -2,10 +2,9 @@ module Kobot # Credentials include id and password to login to KOT and # Gmail SMTP id and password to send email notifications. class Credential - class << self attr_accessor :kot_id, :kot_password, :gmail_id, :gmail_password