Class: RubySMB::Dcerpc::Winreg::RegValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_smb/dcerpc/winreg.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



74
75
76
# File 'lib/ruby_smb/dcerpc/winreg.rb', line 74

def data
  @data
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



74
75
76
# File 'lib/ruby_smb/dcerpc/winreg.rb', line 74

def type
  @type
end