Module: Schematic::Types::PlanIcon
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/schematic/types/plan_icon.rb
Constant Summary collapse
- AMBER =
"amber"- BLUE =
"blue"- BLUE_GRAY =
"blueGray"- BLUE_GREEN =
"blueGreen"- CYAN =
"cyan"- EMERALD =
"emerald"- FUCHSIA =
"fuchsia"- GRAY =
"gray"- GREEN =
"green"- INDIGO =
"indigo"- LIGHT_BLUE =
"lightBlue"- LIME =
"lime"- ORANGE =
"orange"- PINK =
"pink"- PURPLE =
"purple"- RED =
"red"- RED_ORANGE =
"redOrange"- ROSE =
"rose"- SKY =
"sky"- SLATE =
"slate"- TEAL =
"teal"- TRUE_GRAY =
"trueGray"- VIOLET =
"violet"- WARM_GRAY =
"warmGray"- YELLOW =
"yellow"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values