Sha256: 3e4974968f5a1802ce23d09a890441d51266089dc312bf7546b67375416a05cc
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
module Mollie module API module Resource class Permissions < Base def self.available %w( payments.read payments.write refunds.read refunds.write customers.read customers.write mandates.read mandates.write subscriptions.read subscriptions.write profiles.read profiles.write invoices.read settlements.read organizations.read organizations.write) end def resource_object Object::Permission end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-2.2.1 | lib/mollie/api/resource/permissions.rb |