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