class HostMeta::Result
- HostMeta::Result
- Reference
- Object
Overview
A HostMeta
query result.
Defined in:
host_meta/result.crConstructors
Class Method Summary
Instance Method Summary
- #links(key)
- #links : Array(HostMeta::Result::Link)?
- #links=(links : Nil | Array(HostMeta::Result::Link))
- #links?(key)
- #properties : Hash(String, String?)?
- #properties=(properties : Nil | Hash(String, Nil | String))
- #property(key)
- #property?(key)