Method: Forgejo::GitObject.openapi_types

Defined in:
lib/forgejo/models/git_object.rb

.openapi_typesObject

Attribute type mapping.



44
45
46
47
48
49
50
# File 'lib/forgejo/models/git_object.rb', line 44

def self.openapi_types
  {
    :'sha' => :'String',
    :'type' => :'String',
    :'url' => :'String'
  }
end