Sha256: da9191d1c3877751f6c920e23103064c69212f8334619e2d0c3d9b783b506f56
Contents?: true
Size: 516 Bytes
Versions: 19
Compression:
Stored size: 516 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 ].freeze attr_accessor :id, :description, :granted end end
Version data entries
19 entries across 19 versions & 1 rubygems