module Construqt::Resources::Rights

Public Class Methods

root_0600(component = Component::UNREF) click to toggle source
# 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) click to toggle source
# 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) click to toggle source
# File lib/construqt/resource.rb, line 26
def self.root_0755(component = Component::UNREF)
  OpenStruct.new :right => "0755", :owner => 'root', :component => component
end