Class: PulseMeter::SensorData
- Inherits:
-
Struct
- Object
- Struct
- PulseMeter::SensorData
- Defined in:
- lib/pulse-meter/sensor.rb
Overview
Atomic sensor data
Instance Attribute Summary collapse
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#start_time ⇒ Object
Returns the value of attribute start_time
20 21 22 |
# File 'lib/pulse-meter/sensor.rb', line 20 def start_time @start_time end |
#value ⇒ Object
Returns the value of attribute value
20 21 22 |
# File 'lib/pulse-meter/sensor.rb', line 20 def value @value end |