Sha256: ed1971c09b193f8a8ea89967e92c95ffdcc437aa0e87f7a6ca47d21a1126c466

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

require 'virtus'

module Instapaper
  class Folder
    include Virtus.value_object

    values do
      attribute :title, 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
instapaper-1.0.1 lib/instapaper/folder.rb
instapaper-1.0.0 lib/instapaper/folder.rb
instapaper-1.0.0.pre3 lib/instapaper/folder.rb
instapaper-1.0.0.pre2 lib/instapaper/folder.rb