module Neows::REST::Utils

Private Instance Methods

perform_get(path, klass, options = {}) click to toggle source
# File lib/neows/rest/utils.rb, line 8
def perform_get(path, klass, options = {})
  Neows::REST::Request.new(@client || self, :get, path, klass, options).perform
end