class HostMeta::Result

Overview

A HostMeta query result.

Defined in:

host_meta/result.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(properties : Hash(String, String | Nil) | Nil, links : Array(Link) | Nil) #

[View source]

Class Method Detail

def self.from_xml(xml) #

[View source]

Instance Method Detail

def links(key) #

[View source]
def links : Array(HostMeta::Result::Link)? #

[View source]
def links=(links : Nil | Array(HostMeta::Result::Link)) #

[View source]
def links?(key) #

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

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

[View source]
def property(key) #

[View source]
def property?(key) #

[View source]