class
XMPP::DOAP::Repository
- XMPP::DOAP::Repository
- Reference
- Object
Defined in:
xmpp/doap.crConstructors
- .from_xml(node : XML::Node) : self
- .new(kind : String = "GitRepository", browse : String | Nil = nil, location : String | Nil = nil)
Instance Method Summary
- #browse : String | Nil
- #browse=(browse : String | Nil)
- #kind : String
- #kind=(kind : String)
- #location : String | Nil
- #location=(location : String | Nil)
- #to_xml(xml : XML::Builder) : Nil
Constructor Detail
def self.new(kind : String = "GitRepository", browse : String | Nil = nil, location : String | Nil = nil)
#