Class Qpid::Proton::Disposition
In: lib/core/disposition.rb
Parent: Object

Methods

annotations   annotations=   condition   condition=   data   data=   new  

Included Modules

Util::Deprecation State

Classes and Modules

Module Qpid::Proton::Disposition::State

Constants

PROTON_METHOD_PREFIX = "pn_disposition"   @private

Attributes

impl  [R] 

Public Class methods

Public Instance methods

Returns the annotations for the disposition.

@return [Codec::Data] The annotations.

Sets the annotations for the disposition.

@param annotations [Codec::Data] The annotations.

@raise [AttributeError] If the disposition is remote.

Returns the condition of the disposition.

@return [Codec::Data] The condition of the disposition.

Sets the condition for the disposition.

@param condition [Codec::Data] The condition.

@raise [AttributeError] If the disposition is remote.

Returns the data for the disposition.

@return [Codec::Data] The data.

Sets the data for the disposition.

@param data [Codec::Data] The data.

@raise [AttributeError] If the disposition is remote.

[Validate]