class HostMeta::Result::Link

Included Modules

Defined in:

host_meta/result.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(rel, type, template, href) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from_xml(xml) #

[View source]

Instance Method Detail

def href : String? #

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

[View source]
def rel : String #

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

[View source]
def template : String? #

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

[View source]
def type : String? #

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

[View source]