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
178 179 180 |
# File 'lib/msf/util/windows_registry/security.rb', line 178 def data @data end |
#entry ⇒ Object
Returns the value of attribute entry
178 179 180 |
# File 'lib/msf/util/windows_registry/security.rb', line 178 def entry @entry end |
#iteration_count ⇒ Object
Returns the value of attribute iteration_count
178 179 180 |
# File 'lib/msf/util/windows_registry/security.rb', line 178 def iteration_count @iteration_count end |
#name ⇒ Object
Returns the value of attribute name
178 179 180 |
# File 'lib/msf/util/windows_registry/security.rb', line 178 def name @name end |
#real_iteration_count ⇒ Object
Returns the value of attribute real_iteration_count
178 179 180 |
# File 'lib/msf/util/windows_registry/security.rb', line 178 def real_iteration_count @real_iteration_count end |