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