Method: Forgejo::MigrateRepoOptions#to_s

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

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



416
417
418
# File 'lib/forgejo/models/migrate_repo_options.rb', line 416

def to_s
  to_hash.to_s
end