mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
update attribute types for folder model
This commit is contained in:
parent
97441310c6
commit
26288c458b
1 changed files with 5 additions and 3 deletions
|
|
@ -5,11 +5,13 @@ module Instapaper
|
|||
include Virtus.value_object
|
||||
|
||||
values do
|
||||
attribute :type, String
|
||||
attribute :folder_id, String
|
||||
attribute :title, String
|
||||
attribute :sync_to_mobile, String
|
||||
attribute :display_title, String
|
||||
attribute :sync_to_mobile, Axiom::Types::Boolean
|
||||
attribute :folder_id, Integer
|
||||
attribute :position, String
|
||||
attribute :type, String
|
||||
attribute :slug, String
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue