Method: FuseClient::Entity#valid?

Defined in:
lib/fuse_client/models/entity.rb

#valid?Boolean

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

Returns:

  • true if the model is valid



106
107
108
109
# File 'lib/fuse_client/models/entity.rb', line 106

def valid?
  return false if @id.nil?
  true
end