Class: UnixUserManager::Groups
- Defined in:
- lib/unix_user_manager/groups.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(group:) ⇒ Groups
constructor
A new instance of Groups.
Methods inherited from Base
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