Class: Shared::Security

Inherits:
Object
  • Object
show all
Defined in:
lib/vas/shared/security.rb

Overview

The security configuration for a resource

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject (readonly)

The group of the resource



30
31
32
# File 'lib/vas/shared/security.rb', line 30

def group
  @group
end

#locationObject (readonly)

:nodoc:



32
33
34
# File 'lib/vas/shared/security.rb', line 32

def location
  @location
end

#ownerObject (readonly)

The owner of the resource



27
28
29
# File 'lib/vas/shared/security.rb', line 27

def owner
  @owner
end

#permissionsObject (readonly)

The permissions of the resource



24
25
26
# File 'lib/vas/shared/security.rb', line 24

def permissions
  @permissions
end