Class: BagKadasterClient::InOnderzoekNummeraanduiding
- Inherits:
-
Object
- Object
- BagKadasterClient::InOnderzoekNummeraanduiding
- 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
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Instance Method Summary collapse
-
#build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.build_from_hash(value) ⇒ String
Builds the enum from string
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
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 |