class Upkey::Chatterly::MissingArgument
Public Class Methods
alert()
click to toggle source
# File lib/upkey/chatterly/alerts/missing_argument.rb, line 4 def self.alert puts "=================================================================" puts "" puts "You are missing credentials for Upkey::Chatterly::Client" puts "You will not be able to access Chatterly without these credentials" puts "Please see https://github.com/beupkey/upkey-chatterly-client.git for more information" puts "" puts "=================================================================" end