Sha256: 55f20bb62781e3e28f7215e3bc4d75181d5c9f04aae3036706012e2764d914fd
Contents?: true
Size: 632 Bytes
Versions: 3
Compression:
Stored size: 632 Bytes
Contents
module Mollie class Permission < Base 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) attr_accessor :id, :description, :granted end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mollie-api-ruby-4.0.0.pre.alpha.2 | lib/mollie/permission.rb |
mollie-api-ruby-4.0.0 | lib/mollie/permission.rb |
mollie-api-ruby-4.0.0.pre.alpha.1 | lib/mollie/permission.rb |