WebFinger::Result
Inherits JSON::Serializable / Reference / Object
A WebFinger query result.
Constructors
new(subject : Nil | String, aliases : Nil | Array(String), properties : Nil | Hash(String, Nil | String), links : Nil | Hash(String, WebFinger::Result::Link))
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
from_xml(xml)
SourceInstance methods
aliases
Sourcelink(key)
Sourcelink?(key)
Sourcelinks
Sourceproperties
Sourceproperty(key)
Sourceproperty?(key)
Sourcesubject
Source