Index (A)
»
Rafflesia
»
Types
»
AuditStatus
Class: Rafflesia::Types::AuditStatus
Inherits:
Object
Object
Rafflesia::Types::AuditStatus
show all
Defined in:
lib/rafflesia/types/audit_status.rb
Constant Summary
collapse
OK =
'
ok
'
ERROR =
'
error
'
VALUE_ALL =
'
all
'
ALL =
[
OK
,
ERROR
,
VALUE_ALL
]
.
freeze