Class: Dor::Rights
- Inherits:
-
Struct
- Object
- Struct
- Dor::Rights
- Defined in:
- lib/dor/rights_auth.rb
Overview
The Individual Right
Instance Attribute Summary collapse
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#rule ⇒ Object
Returns the value of attribute rule
10 11 12 |
# File 'lib/dor/rights_auth.rb', line 10 def rule @rule end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/dor/rights_auth.rb', line 10 def value @value end |