Method: Whatser::CheckIn.list

Defined in:
lib/whatser/resources/check_in.rb

.list(opts = {}) ⇒ Object



8
9
10
# File 'lib/whatser/resources/check_in.rb', line 8

def list(opts={})
  api_request :get, "/api/check_ins", {:query => opts}
end