Module: Ax25::Frame

Includes:
Abstractify::Abstract, Message
Included in:
ImmutableFrame
Defined in:
lib/ax25/frame/frame.rb

Instance Attribute Summary collapse

Attributes included from Message

#destination, #payload, #source

Instance Attribute Details

#pathObject

Returns the value of attribute path.



20
21
22
# File 'lib/ax25/frame/frame.rb', line 20

def path
  @path
end