Retrieves all available objects from the Paymill API
Parameters:
options(Hash)(defaults to: {})
—
Options to pass to the API
Returns:
(Array)
—
The available objects
9
10
11
12
# File 'lib/paymill/operations/all.rb', line 9defall(options={})response=Paymill.request(:get,"#{self.name.split("::").last.downcase}s/",options)results_fromresponseend