Class: Fit4Ruby::FitRecordHeader

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/fit4ruby/FitRecordHeader.rb

Instance Method Summary collapse

Instance Method Details

#compressed?Boolean



33
34
35
# File 'lib/fit4ruby/FitRecordHeader.rb', line 33

def compressed?
  normal == 1
end

#normal?Boolean



29
30
31
# File 'lib/fit4ruby/FitRecordHeader.rb', line 29

def normal?
  normal == 0
end