Class: TF1Converter::GpxFile
- Inherits:
-
Object
- Object
- TF1Converter::GpxFile
- Defined in:
- lib/tf1_converter/gpx_file.rb
Instance Method Summary collapse
-
#initialize(gpx_file) ⇒ GpxFile
constructor
A new instance of GpxFile.
- #tracks ⇒ Object
- #waypoints ⇒ Object
Constructor Details
#initialize(gpx_file) ⇒ GpxFile
Returns a new instance of GpxFile.
6 7 8 |
# File 'lib/tf1_converter/gpx_file.rb', line 6 def initialize(gpx_file) @gpx = gpx_file end |