Class: OGNClient::Comment
- Defined in:
- lib/ogn_client/messages/comment.rb
Constant Summary collapse
- COMMENT_PATTERN =
%r(^ \#\s*(?<comment>.*?)\s* $)x
Constants inherited from Message
Instance Attribute Summary collapse
-
#comment ⇒ Object
readonly
free form text comment.
Attributes inherited from Message
#altitude, #callsign, #ground_speed, #heading, #latitude, #longitude, #raw, #receiver, #time
Method Summary
Methods inherited from Message
Instance Attribute Details
#comment ⇒ Object
free form text comment
9 10 11 |
# File 'lib/ogn_client/messages/comment.rb', line 9 def comment @comment end |