Sha256: a75ab099db0b4f6f753dd123aed624a0349e95d0fcd5c287dfd30d493c622340
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
require 'rubygems' require 'pho' # Create the store object store = Pho::Store.new("http://api.talis.com/stores/space") # Retrieve the store status as a simple hash status = store.status # Dump the hash to the console puts status.inspect
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pho-0.1 | examples/status.rb |
pho-0.2 | examples/status.rb |