Sha256: 3e03ec3ba5d0a585191a6ce6c7b44cbb3f2ef9b28e3f08b7c3491f0d740d0092

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

module TrackerApi
  module Resources
    class Change
      include Shared::HasId

      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

2 entries across 2 versions & 1 rubygems

Version Path
tracker_api-0.2.12 lib/tracker_api/resources/change.rb
tracker_api-0.2.11 lib/tracker_api/resources/change.rb