Libraries
»
acp_ruby
(0.1.0)
»
Index (P)
»
AgentClientProtocol
»
Schema
»
PlanEntryPriority
Module: AgentClientProtocol::Schema::PlanEntryPriority
Defined in:
lib/agent_client_protocol/schema/types.rb
Constant Summary
collapse
HIGH =
"
high
"
.
freeze
MEDIUM =
"
medium
"
.
freeze
LOW =
"
low
"
.
freeze
ALL =
[
HIGH
,
MEDIUM
,
LOW
]
.
freeze