Class: RubySMB::Dcerpc::Ndr::NdrLpStr

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ruby_smb/dcerpc/ndr.rb

Instance Method Summary collapse

Instance Method Details

#assign(v) ⇒ Object



31
32
33
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 31

def assign(v)
  self.ndr_str = v
end

#to_sObject



35
36
37
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 35

def to_s
  self.ndr_str.str
end