class

WebFinger::Result::Link

Inherits JSON::Serializable / Reference / Object

Constructors

new(rel : String, type : Nil | String, href : Nil | String, properties : Nil | Hash(String, Nil | String), titles : Nil | Hash(String, String), template : Nil | String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

from_xml(xml, ns, xrd)
Source

Instance methods

href
Source
href=(href : String | Nil)
Source
properties
Source
properties=(properties : Hash(String, String | Nil) | Nil)
Source
rel=(rel : String)
Source
template
Source
template=(template : String | Nil)
Source
titles
Source
titles=(titles : Hash(String, String) | Nil)
Source
type
Source
type=(type : String | Nil)
Source