Class: Msf::Util::WindowsRegistry::Security::CacheInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/msf/util/windows_registry/security.rb

Overview

This structure consolidates Cache data and information, as retrieved by the #cached_infos method

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



175
176
177
# File 'lib/msf/util/windows_registry/security.rb', line 175

def data
  @data
end

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



175
176
177
# File 'lib/msf/util/windows_registry/security.rb', line 175

def entry
  @entry
end

#iteration_countObject

Returns the value of attribute iteration_count

Returns:

  • (Object)

    the current value of iteration_count



175
176
177
# File 'lib/msf/util/windows_registry/security.rb', line 175

def iteration_count
  @iteration_count
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



175
176
177
# File 'lib/msf/util/windows_registry/security.rb', line 175

def name
  @name
end

#real_iteration_countObject

Returns the value of attribute real_iteration_count

Returns:

  • (Object)

    the current value of real_iteration_count



175
176
177
# File 'lib/msf/util/windows_registry/security.rb', line 175

def real_iteration_count
  @real_iteration_count
end