Module: Hook0::Generated::OrganizationInfoOnboardingStepsEventType

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

Class Method Details

.member?(value) ⇒ Boolean

Whether the API declares that value.

Returns:

  • (Boolean)


110
111
112
# File 'lib/hook0/generated/models.rb', line 110

def self.member?(value)
  VALUES.include?(value)
end