mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-04-27 14:57:44 +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
|
include Virtus.value_object
|
||||||
|
|
||||||
values do
|
values do
|
||||||
attribute :type, String
|
|
||||||
attribute :folder_id, String
|
|
||||||
attribute :title, 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 :position, String
|
||||||
|
attribute :type, String
|
||||||
|
attribute :slug, String
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue