class
XMPP::DOAP::SupportedXep
- XMPP::DOAP::SupportedXep
- Reference
- Object
Defined in:
xmpp/doap.crConstructors
- .from_xml(node : XML::Node) : self
- .new(xep : String, status : SupportStatus, version : String | Nil = nil, since : String | Nil = nil, notes : Array(LocalizedText) = [] of LocalizedText)
Instance Method Summary
- #notes : Array(LocalizedText)
- #since : String | Nil
- #since=(since : String | Nil)
- #status : SupportStatus
- #status=(status : SupportStatus)
- #to_xml(xml : XML::Builder) : Nil
- #version : String | Nil
- #version=(version : String | Nil)
- #xep : String
Constructor Detail
def self.new(xep : String, status : SupportStatus, version : String | Nil = nil, since : String | Nil = nil, notes : Array(LocalizedText) = [] of LocalizedText)
#