module ApApiTools

Constants

API_KEY
HOST
VERSION

Public Class Methods

prompt() click to toggle source
# File lib/ap_api_tools.rb, line 16
def self.prompt
  puts
  puts "To download use comma delimited seq numbers eg: 1,3,5 or (A)ll"
  puts "To change pages (N)ext or (P)revious"
  print "Select : "
  @select=gets.chomp.to_s
end