Sha256: 90baa00620dfc1aa77cb5bdeec22a81042eb5741d365f63dfd905938ef306e4d
Contents?: true
Size: 141 Bytes
Versions: 3
Compression:
Stored size: 141 Bytes
Contents
module Notu module JsonDocument def self.get(url, options = {}) JSON.parse(HttpDownload.get(url, options)) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
notu-5.0.1 | lib/notu/json_document.rb |
notu-5.0.0 | lib/notu/json_document.rb |
notu-4.0.0 | lib/notu/json_document.rb |