class WebFinger::Result::Link

Defined in:

web_finger/result.cr

Constructors

Class Method Summary

Constructor Detail

def self.new(rel : String, type : String | Nil, href : String | Nil, properties : Hash(String, String | Nil) | Nil, titles : Hash(String, String) | Nil) #

[View source]

Class Method Detail

def self.from_xml(xml, ns, xrd) #

[View source]