Guest User

Untitled

a guest
Mar 1st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. 23
  3. 24 require 'rubygems'
  4. 25 require 'rest_client'
  5. 26 require 'pp'
  6. 27
  7. 28 #Create our Adhearsion object connected to the RESTful API of Adhearsion
  8. 29 Adhearsion = RESTfulAdhearsion.new(:host => "localhost",
  9. 30 :port => 5000,
  10. 31 :user => "phone_guy",
  11. 32 :password => "albatross")
  12. 33
Add Comment
Please, Sign In to add comment