module Roar::HttpVerbs::ClassMethods
Public Instance Methods
get(*args)
click to toggle source
GETs url
with format
and returns deserialized represented object.
# File lib/roar/http_verbs.rb, line 19 def get(*args) new.get(*args) end