Sha256: 2c87265f53039ab1baac484b9ef241858b3061bb7dfb098cefb8c32ac3a4deb0
Contents?: true
Size: 250 Bytes
Versions: 4
Compression:
Stored size: 250 Bytes
Contents
require 'neows/rest/request' module Neows module REST module Utils private def perform_get(path, klass, options = {}) Neows::REST::Request.new(@client || self, :get, path, klass, options).perform end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neows-1.1.0 | lib/neows/rest/utils.rb |
neows-1.0.0 | lib/neows/rest/utils.rb |
neows-0.0.2 | lib/neows/rest/utils.rb |
neows-0.0.1 | lib/neows/rest/utils.rb |