class HostMeta::Result::Link
- HostMeta::Result::Link
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
host_meta/result.crConstructors
- .new(rel : String, type : Nil | String, template : Nil | String, href : Nil | String)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #href : String | Nil
- #href=(href : String | Nil)
- #rel : String
- #rel=(rel : String)
- #template : String | Nil
- #template=(template : String | Nil)
- #type : String | Nil
- #type=(type : String | Nil)
Constructor Detail
def self.new(rel : String, type : Nil | String, template : Nil | String, href : Nil | String)
#