Class: Rex::Proto::ApacheJP::ApacheJPString
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Rex::Proto::ApacheJP::ApacheJPString
- Defined in:
- lib/rex/proto/apache_j_p.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
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 |