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 : String, type : Nil | String, template : Nil | String, href : Nil | String) #

[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 | Nil #

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

[View source]
def rel : String #

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

[View source]
def template : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]