struct

Waypoints::Bookmark

Inherits JSON::Serializable < Struct < Value < Object

A bookmark row with its comma-joined tags decoded for callers.

Constructors

new(url : String, title : String, tags : Array(String), notes : String, created_at : String)

Builds a bookmark from values returned by the store.

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at
Source
notes
Source
tags
Source
title
Source