Class: Fit::File::RecordHeader
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Fit::File::RecordHeader
- Defined in:
- lib/fit/file/record_header.rb
Instance Method Summary collapse
Instance Method Details
#compressed_timestamp? ⇒ Boolean
22 23 24 |
# File 'lib/fit/file/record_header.rb', line 22 def header_type == 1 end |
#normal? ⇒ Boolean
18 19 20 |
# File 'lib/fit/file/record_header.rb', line 18 def normal? header_type == 0 end |