Method: Phrase::TeamsProjectsCreateParameters#valid?

Defined in:
lib/phrase/models/teams_projects_create_parameters.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



61
62
63
64
# File 'lib/phrase/models/teams_projects_create_parameters.rb', line 61

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