mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
6 lines
137 B
Ruby
6 lines
137 B
Ruby
require 'values'
|
|
|
|
module Instapaper
|
|
class Highlight < Value.new(:type, :highlight_id, :bookmark_id, :text, :position, :time)
|
|
end
|
|
end
|