Method: Falcon::ApiIndicatorUpdateReqsV1#list_invalid_properties

Defined in:
lib/crimson-falcon/models/api_indicator_update_reqs_v1.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



102
103
104
105
106
107
108
109
110
111
112
113
# File 'lib/crimson-falcon/models/api_indicator_update_reqs_v1.rb', line 102

def list_invalid_properties
  invalid_properties = Array.new
  if @bulk_update.nil?
    invalid_properties.push('invalid value for "bulk_update", bulk_update cannot be nil.')
  end

  if @indicators.nil?
    invalid_properties.push('invalid value for "indicators", indicators cannot be nil.')
  end

  invalid_properties
end