Class: Dor::EntityRights

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

Overview

Rights for an object or File

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



13
14
15
# File 'lib/dor/rights_auth.rb', line 13

def agent
  @agent
end

#controlled_digital_lendingObject

Returns the value of attribute controlled_digital_lending

Returns:

  • (Object)

    the current value of controlled_digital_lending



13
14
15
# File 'lib/dor/rights_auth.rb', line 13

def controlled_digital_lending
  @controlled_digital_lending
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



13
14
15
# File 'lib/dor/rights_auth.rb', line 13

def group
  @group
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



13
14
15
# File 'lib/dor/rights_auth.rb', line 13

def location
  @location
end

#worldObject

Returns the value of attribute world

Returns:

  • (Object)

    the current value of world



13
14
15
# File 'lib/dor/rights_auth.rb', line 13

def world
  @world
end