Class: HrLite::DayStatus::Day

Inherits:
Struct
  • Object
show all
Defined in:
app/services/hr_lite/day_status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'app/services/hr_lite/day_status.rb', line 11

def kind
  @kind
end

#leaveObject

Returns the value of attribute leave

Returns:

  • (Object)

    the current value of leave



11
12
13
# File 'app/services/hr_lite/day_status.rb', line 11

def leave
  @leave
end

#recordObject

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



11
12
13
# File 'app/services/hr_lite/day_status.rb', line 11

def record
  @record
end