Class: Msf::Util::WindowsRegistry::Security::CacheInfo
- Inherits:
-
Struct
- Object
- Struct
- Msf::Util::WindowsRegistry::Security::CacheInfo
- 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
-
#data ⇒ Object
Returns the value of attribute data.
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#iteration_count ⇒ Object
Returns the value of attribute iteration_count.
-
#name ⇒ Object
Returns the value of attribute name.
-
#real_iteration_count ⇒ Object
Returns the value of attribute real_iteration_count.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
175 176 177 |
# File 'lib/msf/util/windows_registry/security.rb', line 175 def data @data end |
#entry ⇒ Object
Returns the value of attribute entry
175 176 177 |
# File 'lib/msf/util/windows_registry/security.rb', line 175 def entry @entry end |
#iteration_count ⇒ Object
Returns the value of attribute iteration_count
175 176 177 |
# File 'lib/msf/util/windows_registry/security.rb', line 175 def iteration_count @iteration_count end |
#name ⇒ Object
Returns the value of attribute name
175 176 177 |
# File 'lib/msf/util/windows_registry/security.rb', line 175 def name @name end |
#real_iteration_count ⇒ Object
Returns the value of attribute real_iteration_count
175 176 177 |
# File 'lib/msf/util/windows_registry/security.rb', line 175 def real_iteration_count @real_iteration_count end |