Method: BagKadasterClient::WoonplaatsLinks#valid?

Defined in:
lib/bag_kadaster_client/models/woonplaats_links.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



93
94
95
96
97
# File 'lib/bag_kadaster_client/models/woonplaats_links.rb', line 93

def valid?
  return false if @_self.nil?
  return false if !@bronhouders.nil? && @bronhouders.length < 1
  true
end