Module: Ax25::Entity
- Includes:
- Abstractify::Abstract
- Included in:
- Hop, ImmutableEntity
- Defined in:
- lib/ax25/frame/entity.rb
Instance Attribute Summary collapse
-
#callsign ⇒ Object
readonly
Returns the value of attribute callsign.
-
#ssid ⇒ Object
readonly
Returns the value of attribute ssid.
Instance Attribute Details
#callsign ⇒ Object (readonly)
Returns the value of attribute callsign.
8 9 10 |
# File 'lib/ax25/frame/entity.rb', line 8 def callsign @callsign end |
#ssid ⇒ Object (readonly)
Returns the value of attribute ssid.
8 9 10 |
# File 'lib/ax25/frame/entity.rb', line 8 def ssid @ssid end |