Module: Postgression
- Defined in:
- lib/postgression.rb
Constant Summary collapse
- URL =
'http://api.postgression.com'
Class Method Summary collapse
Class Method Details
.provision ⇒ Object
7 8 9 10 11 |
# File 'lib/postgression.rb', line 7 def Postgression.provision uri = URI.parse(URL) res = Net::HTTP.get_response(uri) res.body end |