Class: Dor::EntityRights
- Inherits:
-
Struct
- Object
- Struct
- Dor::EntityRights
- Defined in:
- lib/dor/rights_auth.rb
Overview
Rights for an object or File
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#group ⇒ Object
Returns the value of attribute group.
-
#location ⇒ Object
Returns the value of attribute location.
-
#world ⇒ Object
Returns the value of attribute world.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
11 12 13 |
# File 'lib/dor/rights_auth.rb', line 11 def agent @agent end |
#group ⇒ Object
Returns the value of attribute group
11 12 13 |
# File 'lib/dor/rights_auth.rb', line 11 def group @group end |
#location ⇒ Object
Returns the value of attribute location
11 12 13 |
# File 'lib/dor/rights_auth.rb', line 11 def location @location end |
#world ⇒ Object
Returns the value of attribute world
11 12 13 |
# File 'lib/dor/rights_auth.rb', line 11 def world @world end |