Method: Weblate::UnitWrite.attribute_map
- Defined in:
- lib/weblate/models/unit_write.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
54 55 56 57 58 59 60 61 62 |
# File 'lib/weblate/models/unit_write.rb', line 54 def self.attribute_map { :'target' => :'target', :'state' => :'state', :'explanation' => :'explanation', :'extra_flags' => :'extra_flags', :'labels' => :'labels' } end |