Module: Ax25::Frame
- Includes:
- Abstractify::Abstract, Message
- Included in:
- ImmutableFrame
- Defined in:
- lib/ax25/frame/frame.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Attributes included from Message
#destination, #payload, #source
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
20 21 22 |
# File 'lib/ax25/frame/frame.rb', line 20 def path @path end |