Module: Airwallex::APIOperations::List

Instance Method Summary collapse

Instance Method Details

#list(params = {}, opts = {}) ⇒ Object



6
7
8
9
# File 'lib/airwallex/api_operations/list.rb', line 6

def list(params = {}, opts = {})
  response = Airwallex.client.get(resource_path, params, opts[:headers] || {})
  build_list_object(response, params)
end