Sha256: 0ac3089dcad8da626d41c59f5f110f0ef974278f052a393e0626446f4edc8654
Contents?: true
Size: 262 Bytes
Versions: 19
Compression:
Stored size: 262 Bytes
Contents
module TrackerApi module Resources class PrimaryResource include Virtus.model attribute :id, Integer attribute :kind, String attribute :name, String attribute :story_type, String attribute :url, String end end end
Version data entries
19 entries across 19 versions & 2 rubygems