Sha256: 8d67076ed5a4600b1e777e926ad53ec7397743705fb0a5a380a2285975c804c7
Contents?: true
Size: 335 Bytes
Versions: 19
Compression:
Stored size: 335 Bytes
Contents
module TrackerApi module Resources class Change include Virtus.model attribute :change_type, String attribute :id, Integer attribute :kind, String attribute :name, String attribute :new_values, Hash attribute :original_values, Hash attribute :story_type, String end end end
Version data entries
19 entries across 19 versions & 2 rubygems