Method: Forgejo::Repository#to_body

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

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



776
777
778
# File 'lib/forgejo/models/repository.rb', line 776

def to_body
  to_hash
end