module BoffinIO::APIOperations::List::ClassMethods
Public Instance Methods
all(filters={}, api_key=nil)
click to toggle source
# File lib/boffinio/api_operations/list.rb, line 5 def all(filters={}, api_key=nil) response, api_key = BoffinIO.request(:get, url, api_key, filters) Util.convert_to_boffinio_object(response, api_key) end