Method: Phrase::Variable.openapi_types
- Defined in:
- lib/phrase/models/variable.rb
.openapi_types ⇒ Object
Attribute type mapping.
24 25 26 27 28 29 30 31 |
# File 'lib/phrase/models/variable.rb', line 24 def self.openapi_types { :'name' => :'String', :'value' => :'String', :'created_at' => :'DateTime', :'updated_at' => :'DateTime' } end |