Method: Falcon::ApiIndicatorUpdateReqsV1#valid?
- Defined in:
- lib/crimson-falcon/models/api_indicator_update_reqs_v1.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
117 118 119 120 121 |
# File 'lib/crimson-falcon/models/api_indicator_update_reqs_v1.rb', line 117 def valid? return false if @bulk_update.nil? return false if @indicators.nil? true end |