Module: Cenit::API::HttpReadable
Instance Method Summary collapse
Methods included from HttpQuery
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Cenit::API::HttpQuery
Instance Method Details
#get(options = {}, &block) ⇒ Object
7 8 9 |
# File 'lib/cenit/api/http_readable.rb', line 7 def get( = {}, &block) do_request(:get, , &block) end |