Class: Rex::Proto::Amqp::Version091::Types::AmqpVersion091LongString
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Rex::Proto::Amqp::Version091::Types::AmqpVersion091LongString
- Defined in:
- lib/rex/proto/amqp/version_0_9_1/types.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
46 47 48 |
# File 'lib/rex/proto/amqp/version_0_9_1/types.rb', line 46 def get self.data end |
#set(v) ⇒ Object
50 51 52 |
# File 'lib/rex/proto/amqp/version_0_9_1/types.rb', line 50 def set(v) self.data = v end |