Class: Fit4Ruby::FitMessageIdMapper::Entry
- Inherits:
-
Struct
- Object
- Struct
- Fit4Ruby::FitMessageIdMapper::Entry
- Defined in:
- lib/fit4ruby/FitMessageIdMapper.rb
Instance Attribute Summary collapse
-
#global_id ⇒ Object
Returns the value of attribute global_id.
-
#last_use ⇒ Object
Returns the value of attribute last_use.
Instance Attribute Details
#global_id ⇒ Object
Returns the value of attribute global_id
17 18 19 |
# File 'lib/fit4ruby/FitMessageIdMapper.rb', line 17 def global_id @global_id end |
#last_use ⇒ Object
Returns the value of attribute last_use
17 18 19 |
# File 'lib/fit4ruby/FitMessageIdMapper.rb', line 17 def last_use @last_use end |