Sha256: b1f92b941e47516b8e2de195e0ac89532c1273b8d7677e40b140d37df540b0a6
Contents?: true
Size: 596 Bytes
Versions: 16
Compression:
Stored size: 596 Bytes
Contents
module TrackerApi module Resources class FileAttachment include Virtus.model attribute :id, Integer attribute :filename, String attribute :created_at, DateTime attribute :uploader_id, Integer attribute :thumbnailable, Boolean attribute :height, Integer attribute :width, Integer attribute :size, Integer attribute :download_url, String attribute :content_type, String attribute :uploaded, Boolean attribute :big_url, String attribute :thumbnail_url, String attribute :kind, String end end end
Version data entries
16 entries across 16 versions & 1 rubygems