Method: Forgejo::ChangedFile.openapi_types
- Defined in:
- lib/forgejo/models/changed_file.rb
.openapi_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/forgejo/models/changed_file.rb', line 63 def self.openapi_types { :'additions' => :'Integer', :'changes' => :'Integer', :'contents_url' => :'String', :'deletions' => :'Integer', :'filename' => :'String', :'html_url' => :'String', :'previous_filename' => :'String', :'raw_url' => :'String', :'status' => :'String' } end |