Class: HrLite::DayStatus::Day
- Inherits:
-
Struct
- Object
- Struct
- HrLite::DayStatus::Day
- Defined in:
- app/services/hr_lite/day_status.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#leave ⇒ Object
Returns the value of attribute leave.
-
#record ⇒ Object
Returns the value of attribute record.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
11 12 13 |
# File 'app/services/hr_lite/day_status.rb', line 11 def kind @kind end |
#leave ⇒ Object
Returns the value of attribute leave
11 12 13 |
# File 'app/services/hr_lite/day_status.rb', line 11 def leave @leave end |
#record ⇒ Object
Returns the value of attribute record
11 12 13 |
# File 'app/services/hr_lite/day_status.rb', line 11 def record @record end |