Sha256: 6c523d58653372a34caaa0cd8e8ac9e2d8bd98ff64c72911af9111a6d917a9cb
Contents?: true
Size: 306 Bytes
Versions: 21
Compression:
Stored size: 306 Bytes
Contents
module TrackerApi module Resources class Change include Shared::Base attribute :change_type, String attribute :kind, String attribute :name, String attribute :new_values, Hash attribute :original_values, Hash attribute :story_type, String end end end
Version data entries
21 entries across 21 versions & 1 rubygems