Module: Hook0::Generated::ApplicationInfoOnboardingStepsSubscription
- Defined in:
- lib/hook0/generated/models.rb
Overview
One of the values the API answers with.
Constant Summary collapse
- TO_DO =
"ToDo"- DONE =
"Done"- VALUES =
Every value the API declares for this list.
[ TO_DO, DONE ].freeze
Class Method Summary collapse
-
.member?(value) ⇒ Boolean
Whether the API declares that value.
Class Method Details
.member?(value) ⇒ Boolean
Whether the API declares that value.
59 60 61 |
# File 'lib/hook0/generated/models.rb', line 59 def self.member?(value) VALUES.include?(value) end |