Method: Arke::Resource::Model::ClassMethods#all

Defined in:
lib/arke/resource/model.rb

#all(params = {}) ⇒ Object



32
33
34
35
# File 'lib/arke/resource/model.rb', line 32

def all(params={})
  body = make_request(:get, {}, params)
  self.collection.new(self, body)
end