class XMPP::DOAP::Repository

Defined in:

xmpp/doap.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(kind : String = "GitRepository", browse : String | Nil = nil, location : String | Nil = nil) #

[View source]

Instance Method Detail

def browse : String | Nil #

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

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def location : String | Nil #

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

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

[View source]