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



10
11
12
# File 'lib/dor/rights_auth.rb', line 10

def rule
  @rule
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/dor/rights_auth.rb', line 10

def value
  @value
end