Method: Falcon::RegistrationIOMEventIDsResponseV2#valid?
- Defined in:
- lib/crimson-falcon/models/registration_iom_event_ids_response_v2.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
123 124 125 126 127 128 |
# File 'lib/crimson-falcon/models/registration_iom_event_ids_response_v2.rb', line 123 def valid? return false if @errors.nil? return false if @meta.nil? return false if @resources.nil? true end |