class WebFinger::Result::Link

Included Modules

Defined in:

web_finger/result.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rel, type, href, properties, titles, template) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

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

[View source]

Instance Method Detail

def href : String? #

[View source]
def href=(href : String?) #

[View source]
def properties : Hash(String, String?)? #

[View source]
def properties=(properties : Hash(String, String?)?) #

[View source]
def rel : String #

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

[View source]
def template : String? #

[View source]
def template=(template : String?) #

[View source]
def titles : Hash(String, String)? #

[View source]
def titles=(titles : Hash(String, String)?) #

[View source]
def type : String? #

[View source]
def type=(type : String?) #

[View source]