module Onebox::Engine::JSON

Private Instance Methods

raw() click to toggle source
# File lib/onebox/engine/json.rb, line 8
def raw
  @raw ||= ::MultiJson.load(URI.open(url, read_timeout: timeout))
end