Class: Inspec::Resources::UserInfo

Inherits:
Object
  • Object
show all
Includes:
Converter
Defined in:
lib/resources/user.rb

Direct Known Subclasses

UnixUser, WindowsUser

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Converter

#convert_to_i

Constructor Details

#initialize(inspec) ⇒ UserInfo

Returns a new instance of UserInfo.



184
185
186
# File 'lib/resources/user.rb', line 184

def initialize(inspec)
  @inspec = inspec
end

Instance Attribute Details

#inspecObject (readonly)

Returns the value of attribute inspec.



183
184
185
# File 'lib/resources/user.rb', line 183

def inspec
  @inspec
end

Instance Method Details

#credentials(_username) ⇒ Object



188
189
# File 'lib/resources/user.rb', line 188

def credentials(_username)
end