Method: Phrase::ProjectUpdateParameters#default_encoding
- Defined in:
- lib/phrase/models/project_update_parameters.rb
#default_encoding ⇒ Object
(Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still override this value by setting the [‘file_encoding`](/en/api/strings/uploads/upload-a-new-file) parameter for Uploads.
72 73 74 |
# File 'lib/phrase/models/project_update_parameters.rb', line 72 def default_encoding @default_encoding end |