Sha256: 48b4b912207c2aed281dba47ae387621a3491779d73b3e41e9a67d952e509cb8
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
module Fourteeninch class Screens def self.intro %Q( ============================================================================ F O U R T E E N I N C H L L C ALERT! You are entering into a secured area! Your IP, Login Time, HAVE been noted and has been sent to the server administrator! This service is restricted to authorized users only. All activities on this system are logged. Unauthorized access will be fully investigated and reported to the appropriate law enforcement agencies. ============================================================================ Please type the number of the desired command: 1 : Customers 2 : Invoices 3 : Admin Users 9 : Logout 0 : Exit (Without logout) ) end def self.customer_intro %Q( Please type the number of the desired command: 1 : List All customer 2 : Create a new customer 0 : Exit ) end def self.uses %Q( Usage: fourteeninch [COMMAND] [OPTIONS] Commands: login Login in with your credentials logout Logout from fourteeninch core Access the core of fourteeninch Options: -h, --help Prints this help document -v, --version Prints the fourteeninch gem version ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fourteeninch-0.1.0 | lib/fourteeninch/screens.rb |