Module: CaTissue::CheckInCheckOutEventParameter::Status
- Defined in:
- lib/catissue/domain/check_in_check_out_event_parameter.rb
Overview
The check-in/check-out status permissible values.
Constant Summary collapse
- CHECKED_OUT =
'CHECK OUT'
- CHECKED_IN =
'CHECK IN'