Sha256: 774c2d0a17c80bd2055be2f750dd82cea01c1da03c52d8ecc7b5eda6afea9d55

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

module TrackerApi
  module Resources
    class Change
      include Resources::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

1 entries across 1 versions & 1 rubygems

Version Path
tracker_api-0.2.10 lib/tracker_api/resources/change.rb