Class: Arcp::UnknownEnvelope
- Inherits:
-
Data
- Object
- Data
- Arcp::UnknownEnvelope
- Defined in:
- lib/arcp/envelope.rb
Instance Attribute Summary collapse
-
#envelope ⇒ Object
readonly
Returns the value of attribute envelope.
Instance Method Summary collapse
Instance Attribute Details
#envelope ⇒ Object (readonly)
Returns the value of attribute envelope
111 112 113 |
# File 'lib/arcp/envelope.rb', line 111 def envelope @envelope end |
Instance Method Details
#payload ⇒ Object
113 |
# File 'lib/arcp/envelope.rb', line 113 def payload = envelope.payload |
#type ⇒ Object
112 |
# File 'lib/arcp/envelope.rb', line 112 def type = envelope.type |