Method: Phrase::ProjectUpdateParameters#media
- Defined in:
- lib/phrase/models/project_update_parameters.rb
#media ⇒ Object
(Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: ‘Ruby`, `JavaScript`, `AngularJS`, `React`, `iOS`, `Android`, `Python`, `PHP`, `Java`, `Go`, `Windows Phone`, `Rails`, `Node.js`, `.NET`, `Django`, `Symfony`, `Yii Framework`, `Zend Framework`, `Apple App Store Description`, `Google Play Description`, but it can also take any other value.
18 19 20 |
# File 'lib/phrase/models/project_update_parameters.rb', line 18 def media @media end |