class XMPP::DOAP::Release

Defined in:

xmpp/doap.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(revision : String | Nil = nil, created : String | Nil = nil, file : String | Nil = nil) #

[View source]

Instance Method Detail

def created : String | Nil #

[View source]
def created=(created : String | Nil) #

[View source]
def file : String | Nil #

[View source]
def file=(file : String | Nil) #

[View source]
def revision : String | Nil #

[View source]
def revision=(revision : String | Nil) #

[View source]
def to_xml(xml : XML::Builder) : Nil #

[View source]