Method: ElasticEmail::AccessLevel#build_from_hash

Defined in:
lib/ElasticEmail/models/access_level.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



85
86
87
88
# File 'lib/ElasticEmail/models/access_level.rb', line 85

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