Class: RubySMB::Dcerpc::Winreg::RegValue
- Inherits:
-
Struct
- Object
- Struct
- RubySMB::Dcerpc::Winreg::RegValue
- Defined in:
- lib/ruby_smb/dcerpc/winreg.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
74 75 76 |
# File 'lib/ruby_smb/dcerpc/winreg.rb', line 74 def data @data end |
#type ⇒ Object
Returns the value of attribute type
74 75 76 |
# File 'lib/ruby_smb/dcerpc/winreg.rb', line 74 def type @type end |