Method: Forgejo::FileResponse.openapi_types
- Defined in:
- lib/forgejo/models/file_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 |
# File 'lib/forgejo/models/file_response.rb', line 45 def self.openapi_types { :'commit' => :'FileCommitResponse', :'content' => :'ContentsResponse', :'verification' => :'PayloadCommitVerification' } end |