lib/messenger/bot/config.rb in messenger-bot-0.1.7 vs lib/messenger/bot/config.rb in messenger-bot-0.1.8

- old
+ new

@@ -2,9 +2,11 @@ module Bot module Config class << self attr_accessor :access_token + attr_accessor :secret_token + attr_accessor :validation_token end end end end