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



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

def agent
  @agent
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



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

def group
  @group
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#worldObject

Returns the value of attribute world

Returns:

  • (Object)

    the current value of world



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

def world
  @world
end