struct Kutt::Links
- Kutt::Links
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
kutt/links.crConstructors
Instance Method Summary
- #clone
- #copy_with(limit _limit = @limit, skip _skip = @skip, total _total = @total, data _data = @data)
- #data : Array(Link)
- #limit : Int32
- #skip : Int32
- #total : Int32
Constructor Detail
Instance Method Detail
def copy_with(limit _limit = @limit, skip _skip = @skip, total _total = @total, data _data = @data)
#