Class: PositionReport

Inherits:
Struct
  • Object
show all
Defined in:
lib/pr2gpx/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callsignObject

Returns the value of attribute callsign

Returns:

  • (Object)

    the current value of callsign



5
6
7
# File 'lib/pr2gpx/parser.rb', line 5

def callsign
  @callsign
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



5
6
7
# File 'lib/pr2gpx/parser.rb', line 5

def comment
  @comment
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



5
6
7
# File 'lib/pr2gpx/parser.rb', line 5

def date
  @date
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



5
6
7
# File 'lib/pr2gpx/parser.rb', line 5

def position
  @position
end