Class: Rex::Proto::Amqp::Version091::Types::AmqpVersion091ShortString
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- Rex::Proto::Amqp::Version091::Types::AmqpVersion091ShortString
- Defined in:
- lib/rex/proto/amqp/version_0_9_1/types.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
31 32 33 |
# File 'lib/rex/proto/amqp/version_0_9_1/types.rb', line 31 def get self.data end |
#set(v) ⇒ Object
35 36 37 |
# File 'lib/rex/proto/amqp/version_0_9_1/types.rb', line 35 def set(v) self.data = v end |