Class: ToiletTracker::Services::ShiftService::ShiftEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/toilet_tracker/services/shift_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#shiftObject (readonly)

Returns the value of attribute shift

Returns:

  • (Object)

    the current value of shift



6
7
8
# File 'lib/toilet_tracker/services/shift_service.rb', line 6

def shift
  @shift
end

#timeObject (readonly)

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



6
7
8
# File 'lib/toilet_tracker/services/shift_service.rb', line 6

def time
  @time
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



6
7
8
# File 'lib/toilet_tracker/services/shift_service.rb', line 6

def timezone
  @timezone
end