class Inspec::Resources::GroupInfo

Attributes

inspec[R]

Public Class Methods

new(inspec) click to toggle source
# File lib/inspec/resources/groups.rb, line 163
def initialize(inspec)
  @inspec = inspec
end

Public Instance Methods

groups() click to toggle source
# File lib/inspec/resources/groups.rb, line 167
def groups
  raise "group provider must implement the `groups` method"
end