class Fit4Ruby::DataSources
The DataSources
objects are generated by message 22. This message type is not documented by Garmin and hence the message name and all field names and their interpretation are guessed. Unless this message gets officially documented, all names are subject to change. Even minor version changes of this library can break the API for this message type.
Public Class Methods
new(field_values = {})
click to toggle source
Calls superclass method
# File lib/fit4ruby/DataSources.rb, line 24 def initialize(field_values = {}) super('data_sources') set_field_values(field_values) end
Public Instance Methods
check(index)
click to toggle source
# File lib/fit4ruby/DataSources.rb, line 29 def check(index) end