Class: ToiletTracker::Services::ShiftService::ShiftEntry
- Inherits:
-
Data
- Object
- Data
- ToiletTracker::Services::ShiftService::ShiftEntry
- Defined in:
- lib/toilet_tracker/services/shift_service.rb
Instance Attribute Summary collapse
-
#shift ⇒ Object
readonly
Returns the value of attribute shift.
-
#time ⇒ Object
readonly
Returns the value of attribute time.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Instance Attribute Details
#shift ⇒ Object (readonly)
Returns the value of attribute shift
6 7 8 |
# File 'lib/toilet_tracker/services/shift_service.rb', line 6 def shift @shift end |
#time ⇒ Object (readonly)
Returns the value of attribute time
6 7 8 |
# File 'lib/toilet_tracker/services/shift_service.rb', line 6 def time @time end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
6 7 8 |
# File 'lib/toilet_tracker/services/shift_service.rb', line 6 def timezone @timezone end |