class

XMPP::DOAP::Project

Inherits Reference / Object

Constructors

from_xml(node : XML::Node) : self

ameba:disable Metrics/CyclomaticComplexity

Source
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)
Source

Instance methods

about
Source
about=(about : String | Nil)
Source
bug_database
Source
bug_database=(bug_database : String | Nil)
Source
categories
Source
created
Source
created=(created : String | Nil)
Source
descriptions
Source
developer_forum
Source
developer_forum=(developer_forum : String | Nil)
Source
documentation
Source
documentation=(documentation : String | Nil)
Source
download_page
Source
download_page=(download_page : String | Nil)
Source
homepage
Source
homepage=(homepage : String | Nil)
Source
languages
Source
license
Source
license=(license : String | Nil)
Source
logo
Source
logo=(logo : String | Nil)
Source
name
Source
name=(name : String)
Source
operating_systems
Source
programming_languages
Source
releases
Source
repositories
Source
screenshot
Source
screenshot=(screenshot : String | Nil)
Source
short_descriptions
Source
specifications
Source
support_forum
Source
support_forum=(support_forum : String | Nil)
Source
supported_xeps
Source
to_xml(xml : XML::Builder) : Nil
Source