docs/Attachment

Forgejo::Attachment

Properties

Name Type Description Notes
browser_download_url String [optional]
created_at Time [optional]
download_count Integer [optional]
id Integer [optional]
name String [optional]
size Integer [optional]
type String [optional]
uuid String [optional]

Example

require 'forgejo'

instance = Forgejo::Attachment.new(
  browser_download_url: null,
  created_at: null,
  download_count: null,
  id: null,
  name: null,
  size: null,
  type: null,
  uuid: null
)