Module: Construqt::Resources::Rights

Defined in:
lib/construqt/resource.rb

Class Method Summary collapse

Class Method Details

.root_0600(component = Component::UNREF) ⇒ Object



20
21
22
# File 'lib/construqt/resource.rb', line 20

def self.root_0600(component = Component::UNREF)
  OpenStruct.new :right => "0600", :owner => 'root', :component => component
end

.root_0644(component = Component::UNREF) ⇒ Object



23
24
25
# File 'lib/construqt/resource.rb', line 23

def self.root_0644(component = Component::UNREF)
  OpenStruct.new :right => "0644", :owner => 'root', :component => component
end

.root_0755(component = Component::UNREF) ⇒ Object



26
27
28
# File 'lib/construqt/resource.rb', line 26

def self.root_0755(component = Component::UNREF)
  OpenStruct.new :right => "0755", :owner => 'root', :component => component
end