Module: Cenit::API::HttpReadable

Includes:
HttpRequester
Included in:
DataType, Record
Defined in:
lib/cenit/api/http_readable.rb

Instance Method Summary collapse

Methods included from HttpQuery

#method_missing, #query

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(options = {}, &block)
  do_request(:get, options, &block)
end