Class: Upkey::Chatterly::MissingArgument

Inherits:
Object
  • Object
show all
Defined in:
lib/upkey/chatterly/alerts/missing_argument.rb

Class Method Summary collapse

Class Method Details

.alertObject



4
5
6
7
8
9
10
11
12
# 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