Module: Payjp::APIOperations::List::ClassMethods
- Defined in:
- lib/payjp/api_operations/list.rb
Instance Method Summary collapse
Instance Method Details
#all(filters = {}, opts = {}) ⇒ Object
5 6 7 8 9 |
# File 'lib/payjp/api_operations/list.rb', line 5 def all(filters = {}, opts = {}) opts = Util.normalize_opts(opts) response, opts = request(:get, url, filters, opts) Util.convert_to_payjp_object(response, opts) end |