Sha256: 228520c3c8b11d83a1e74c7070d737355b26333f76c7c6404d439bab3c7ac7f7

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

require 'mollie-api-ruby'

begin
  offset    = 0
  limit     = 50
  customers = Mollie::Customer.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/customers/list.rb
mollie-api-ruby-3.1.4 website-docs/customers/list.rb
mollie-api-ruby-3.1.4.pre.beta website-docs/customers/list.rb
mollie-api-ruby-3.1.3 website-docs/customers/list.rb
mollie-api-ruby-3.1.2 website-docs/customers/list.rb
mollie-api-ruby-3.1.1 website-docs/customers/list.rb
mollie-api-ruby-3.1.0 website-docs/customers/list.rb