Method: Falcon::ApidomainRepoViewListItemV1#valid?

Defined in:
lib/crimson-falcon/models/apidomain_repo_view_list_item_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



185
186
187
188
189
190
191
192
193
194
# File 'lib/crimson-falcon/models/apidomain_repo_view_list_item_v1.rb', line 185

def valid?
  return false if @description.nil?
  return false if @display_name.nil?
  return false if @has_test_data.nil?
  return false if @id.nil?
  return false if @name.nil?
  return false if @name_contracted.nil?
  return false if @type_name.nil?
  true
end