Class: TropoREST::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/tropo-rest/cli.rb

Class Method Summary collapse

Class Method Details

.startObject



6
7
8
9
10
# File 'lib/tropo-rest/cli.rb', line 6

def self.start
  print "Enter your Tropo app token for this session: "
  TropoREST.token = gets
  pry
end