Method: BagKadasterClient::PandIOHal#valid?
- Defined in:
- lib/bag_kadaster_client/models/pand_io_hal.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
101 102 103 104 105 |
# File 'lib/bag_kadaster_client/models/pand_io_hal.rb', line 101 def valid? return false if @pand.nil? return false if !@inonderzoek.nil? && @inonderzoek.length < 1 true end |