-
Notifications
You must be signed in to change notification settings - Fork 0
Home
psaravanan edited this page Dec 30, 2014
·
2 revisions
rail_in = RailIn.new(eRailKey)
rail_in.trains(station_from, station_to)
rail_in.route(train_no)
Get full route of given train number. List of stations in route of train will be displayed, showing all passing stations also.
rail_in.full_route(train_no)
rail_in.fare(train_no, station_from, station_to, age, quota, date)
rail_in.pnr_status(pnr_no)
rail_in.live_status(train_no, station_from, date)
Get seats availability in given train between given pair of stations in given quota, class and date.
rail_in.seat_availability(train_no, station_from, station_to, quota, class, date)
rail_in.train_at_station(station_from, station_to, hour)