Method: Algolia::Ingestion::EventStatus#build_from_hash

Defined in:
lib/algolia/models/ingestion/event_status.rb

#build_from_hash(value) ⇒ String

Builds the enum from string

Parameters:

  • The (String)

    enum value in the form of the string

Returns:

  • (String)

    The enum value



32
33
34
35
# File 'lib/algolia/models/ingestion/event_status.rb', line 32

def build_from_hash(value)
  return value if EventStatus.all_vars.include?(value)
  raise "Invalid ENUM value #{value} for class #EventStatus"
end