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 : String, type : Nil | String, href : Nil | String, properties : Nil | Hash(String, Nil | String), titles : Nil | Hash(String, String), template : Nil | String) #

[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 | Nil #

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

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

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

[View source]
def rel : String #

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

[View source]
def template : String | Nil #

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

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

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

[View source]
def type : String | Nil #

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

[View source]