Method: Forgejo::IssueFormField.attribute_map
- Defined in:
- lib/forgejo/models/issue_form_field.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
30 31 32 33 34 35 36 37 38 |
# File 'lib/forgejo/models/issue_form_field.rb', line 30 def self.attribute_map { :'attributes' => :'attributes', :'id' => :'id', :'type' => :'type', :'validations' => :'validations', :'visible' => :'visible' } end |