Class: GitFit::Import::AppleHealth::HeartRateRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_fit/import/apple_health.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



21
22
23
# File 'lib/git_fit/import/apple_health.rb', line 21

def time
  @time
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



21
22
23
# File 'lib/git_fit/import/apple_health.rb', line 21

def value
  @value
end