Method: Falcon::DomainAPIEvaluationLogicHostInfoV1#valid?
- Defined in:
- lib/crimson-falcon/models/domain_api_evaluation_logic_host_info_v1.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
98 99 100 101 |
# File 'lib/crimson-falcon/models/domain_api_evaluation_logic_host_info_v1.rb', line 98 def valid? return false if @entities_matched.nil? true end |