Class: Rex::Proto::Thrift::ThriftString
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Rex::Proto::Thrift::ThriftString
- Defined in:
- lib/rex/proto/thrift.rb
Instance Method Summary collapse
Instance Method Details
permalink #get ⇒ Object
[View source] [View on GitHub]
51 52 53 |
# File 'lib/rex/proto/thrift.rb', line 51 def get self.data.to_s end |
permalink #set(v) ⇒ Object
[View source] [View on GitHub]
55 56 57 |
# File 'lib/rex/proto/thrift.rb', line 55 def set(v) self.data = v end |