Method: Falcon::SvExclusionsRespV1#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



124
125
126
127
128
129
# File 'lib/crimson-falcon/models/sv_exclusions_resp_v1.rb', line 124

def valid?
  return false if @errors.nil?
  return false if @meta.nil?
  return false if @resources.nil?
  true
end