Method: Falcon::ApiEntitiesResponse#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



117
118
119
120
121
# File 'lib/crimson-falcon/models/api_entities_response.rb', line 117

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