Method: Phrase::ProjectUpdateParameters#valid?

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

#valid?Boolean

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



277
278
279
280
281
# File 'lib/phrase/models/project_update_parameters.rb', line 277

def valid?
  default_encoding_validator = EnumAttributeValidator.new('String', ["UTF-8", "UTF-16", "UTF-16BE", "UTF-16LE", "ISO-8859-1"])
  return false unless default_encoding_validator.valid?(@default_encoding)
  true
end