Class: Dor::Rights

Inherits:
Struct
  • Object
show all
Defined in:
lib/dor/rights_auth.rb

Overview

The Individual Right

Instance Attribute Summary collapse

Instance Attribute Details

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



8
9
10
# File 'lib/dor/rights_auth.rb', line 8

def rule
  @rule
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/dor/rights_auth.rb', line 8

def value
  @value
end