Module: Bugly::APIOperations::List::ClassMethods
- Defined in:
- lib/bugly.rb
Instance Method Summary collapse
Instance Method Details
#all(filters = {}, api_key = nil) ⇒ Object
139 140 141 142 |
# File 'lib/bugly.rb', line 139 def all(filters={}, api_key=nil) response, api_key = Bugly.request(:get, url, api_key, filters) Util.convert_to_bugly_object(response, api_key) end |