Class: Mollie::Permission
Constant Summary collapse
- 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
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#granted ⇒ Object
Returns the value of attribute granted.
-
#id ⇒ Object
Returns the value of attribute id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
22 23 24 |
# File 'lib/mollie/permission.rb', line 22 def description @description end |
#granted ⇒ Object
Returns the value of attribute granted.
22 23 24 |
# File 'lib/mollie/permission.rb', line 22 def granted @granted end |
#id ⇒ Object
Returns the value of attribute id.
22 23 24 |
# File 'lib/mollie/permission.rb', line 22 def id @id end |