Sha256: 8a40faa5b170a0c277d9ba140ed74eef4be54eae3eeff449f237663b66edf740

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

require 'mollie-api-ruby'

begin
  offset  = 0
  limit   = 50
  methods = Mollie::Method.all(
    offset, limit,
    api_key: 'test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM'
  )
rescue Mollie::Exception => e
  puts 'An error has occurred: ' << e.message
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mollie-api-ruby-3.1.5 website-docs/methods/list.rb
mollie-api-ruby-3.1.4 website-docs/methods/list.rb
mollie-api-ruby-3.1.4.pre.beta website-docs/methods/list.rb
mollie-api-ruby-3.1.3 website-docs/methods/list.rb
mollie-api-ruby-3.1.2 website-docs/methods/list.rb
mollie-api-ruby-3.1.1 website-docs/methods/list.rb
mollie-api-ruby-3.1.0 website-docs/methods/list.rb