class FitObject

Public Instance Methods

to_h() click to toggle source
# File lib/fitreader/fit_object.rb, line 5
def to_h
  @data.to_h
end