Class: ODRL::Permission
Instance Attribute Summary
Attributes inherited from Rule
#action, #assets, #assignee, #assigner, #constraints, #predicate, #type, #uid
Attributes inherited from Base
#baseURI, #creator, #description, #id, #issued, #label, #subject, #title, #type, #uid
Instance Method Summary collapse
-
#initialize(predicate: PPERMISSION, type: CPERMISSION, **args) ⇒ Permission
constructor
A new instance of Permission.
Methods inherited from Rule
#addAction, #addAsset, #addAssignee, #addAssigner, #addConstraint, #load_graph, #serialize
Methods inherited from Base
baseURI, clear_repository, #get_writer, getuuid, #load_graph, repository, #repository, #serialize, #triplify
Constructor Details
#initialize(predicate: PPERMISSION, type: CPERMISSION, **args) ⇒ Permission
Returns a new instance of Permission.
100 101 102 |
# File 'lib/odrl/rule.rb', line 100 def initialize(predicate: PPERMISSION, type: CPERMISSION, **args) super(predicate: predicate, type: type, **args) end |