Class: TCXReader::Track
- Inherits:
-
Object
- Object
- TCXReader::Track
- Defined in:
- lib/tcx_reader/track.rb
Instance Attribute Summary collapse
-
#points ⇒ Object
Returns the value of attribute points.
Instance Method Summary collapse
-
#initialize(trk) ⇒ Track
constructor
A new instance of Track.
Constructor Details
Instance Attribute Details
#points ⇒ Object
Returns the value of attribute points.
25 26 27 |
# File 'lib/tcx_reader/track.rb', line 25 def points @points end |