Class: BagKadasterClient::InOnderzoekNummeraanduiding

Inherits:
Object
  • Object
show all
Defined in:
lib/bag_kadaster_client/models/in_onderzoek_nummeraanduiding.rb

Constant Summary collapse

HUISNUMMER =
"huisnummer".freeze
HUISLETTER =
"huisletter".freeze
HUISNUMMERTOEVOEGING =
"huisnummertoevoeging".freeze
POSTCODE =
"postcode".freeze
TYPE_ADRESSEERBAAR_OBJECT =
"type adresseerbaar object".freeze
STATUS =
"status".freeze
LIGT_IN =
"ligt in".freeze
LIGT_AAN =
"ligt aan".freeze

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.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



30
31
32
# File 'lib/bag_kadaster_client/models/in_onderzoek_nummeraanduiding.rb', line 30

def self.build_from_hash(value)
  new.build_from_hash(value)
end

Instance Method Details

#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



37
38
39
40
41
# File 'lib/bag_kadaster_client/models/in_onderzoek_nummeraanduiding.rb', line 37

def build_from_hash(value)
  constantValues = InOnderzoekNummeraanduiding.constants.select { |c| InOnderzoekNummeraanduiding::const_get(c) == value }
  raise "Invalid ENUM value #{value} for class #InOnderzoekNummeraanduiding" if constantValues.empty?
  value
end