Class: UnixUserManager::Groups

Inherits:
Base
  • Object
show all
Defined in:
lib/unix_user_manager/groups.rb

Constant Summary

Constants inherited from Base

Base::DELEGATED_METHODS

Instance Attribute Summary

Attributes inherited from Base

#file

Instance Method Summary collapse

Methods inherited from Base

#method_missing

Constructor Details

#initialize(group:) ⇒ Groups

Returns a new instance of Groups.



2
3
4
# File 'lib/unix_user_manager/groups.rb', line 2

def initialize(group:)
  @file = group
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UnixUserManager::Base