Class: Rex::Proto::ApacheJP::ApacheJPString

Inherits:
BinData::Primitive
  • Object
show all
Defined in:
lib/rex/proto/apache_j_p.rb

Instance Method Summary collapse

Instance Method Details

#getObject



27
28
29
# File 'lib/rex/proto/apache_j_p.rb', line 27

def get
  self.data
end

#set(v) ⇒ Object



31
32
33
# File 'lib/rex/proto/apache_j_p.rb', line 31

def set(v)
  self.data = v
end