XMPP::DOAP::Project
Constructors
new(name : String, about : String | Nil = nil, created : String | Nil = nil, short_descriptions : Array(LocalizedText) = [] of LocalizedText, descriptions : Array(LocalizedText) = [] of LocalizedText, homepage : String | Nil = nil, documentation : String | Nil = nil, download_page : String | Nil = nil, bug_database : String | Nil = nil, developer_forum : String | Nil = nil, support_forum : String | Nil = nil, license : String | Nil = nil, logo : String | Nil = nil, screenshot : String | Nil = nil, languages : Array(String) = [] of String, programming_languages : Array(String) = [] of String, operating_systems : Array(String) = [] of String, categories : Array(String) = [] of String, repositories : Array(Repository) = [] of Repository, specifications : Array(String) = [] of String, supported_xeps : Array(SupportedXep) = [] of SupportedXep, releases : Array(Release) = [] of Release)
SourceInstance methods
about
Sourcebug_database
Sourcecategories
Sourcecreated
Sourcedescriptions
Sourcedeveloper_forum
Sourcedocumentation
Sourcedownload_page
Sourcehomepage
Sourcelanguages
Sourcelicense
Sourcelogo
Sourcename
Sourceoperating_systems
Sourceprogramming_languages
Sourcereleases
Sourcerepositories
Sourcescreenshot
Sourceshort_descriptions
Sourcespecifications
Sourcesupport_forum
Sourcesupported_xeps
Source