class Fourteeninch::Screens

Public Class Methods

customer_intro() click to toggle source
# File lib/fourteeninch/screens.rb, line 34
    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
intro() click to toggle source
# File lib/fourteeninch/screens.rb, line 4
    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
uses() click to toggle source
# File lib/fourteeninch/screens.rb, line 47
    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