Class: GroupInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/resources/group.rb

Direct Known Subclasses

UnixGroup, WindowsGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inspec) ⇒ GroupInfo

Returns a new instance of GroupInfo.



89
90
91
# File 'lib/resources/group.rb', line 89

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



88
89
90
# File 'lib/resources/group.rb', line 88

def inspec
  @inspec
end