lib/client.rb in navi_client-1.1.8 vs lib/client.rb in navi_client-1.1.9
- old
+ new
@@ -11,9 +11,13 @@
require "httparty"
require "http_service/naviai"
module Client
+ def logger
+ @logger
+ end
+
#
# imap_connection
#
# connect the app with imap server
#