Class: Fit4Ruby::FitFilter

Inherits:
Struct
  • Object
show all
Defined in:
lib/fit4ruby/FitFilter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFitFilter

Returns a new instance of FitFilter.



18
19
20
21
# File 'lib/fit4ruby/FitFilter.rb', line 18

def initialize
  super
  self[:ignore_undef] = false
end

Instance Attribute Details

#field_namesObject

Returns the value of attribute field_names

Returns:

  • (Object)

    the current value of field_names



15
16
17
# File 'lib/fit4ruby/FitFilter.rb', line 15

def field_names
  @field_names
end

#ignore_undefObject

Returns the value of attribute ignore_undef

Returns:

  • (Object)

    the current value of ignore_undef



15
16
17
# File 'lib/fit4ruby/FitFilter.rb', line 15

def ignore_undef
  @ignore_undef
end

#record_indexesObject

Returns the value of attribute record_indexes

Returns:

  • (Object)

    the current value of record_indexes



15
16
17
# File 'lib/fit4ruby/FitFilter.rb', line 15

def record_indexes
  @record_indexes
end

#record_numbersObject

Returns the value of attribute record_numbers

Returns:

  • (Object)

    the current value of record_numbers



15
16
17
# File 'lib/fit4ruby/FitFilter.rb', line 15

def record_numbers
  @record_numbers
end