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.
-
#controlled_digital_lending ⇒ Object
Returns the value of attribute controlled_digital_lending.
-
#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
13 14 15 |
# File 'lib/dor/rights_auth.rb', line 13 def agent @agent end |
#controlled_digital_lending ⇒ Object
Returns the value of attribute controlled_digital_lending
13 14 15 |
# File 'lib/dor/rights_auth.rb', line 13 def controlled_digital_lending @controlled_digital_lending end |
#group ⇒ Object
Returns the value of attribute group
13 14 15 |
# File 'lib/dor/rights_auth.rb', line 13 def group @group end |
#location ⇒ Object
Returns the value of attribute location
13 14 15 |
# File 'lib/dor/rights_auth.rb', line 13 def location @location end |
#world ⇒ Object
Returns the value of attribute world
13 14 15 |
# File 'lib/dor/rights_auth.rb', line 13 def world @world end |