Sha256: d499ec2f57bbdbe9c6e4299b0a148aac544967296a0a0ab7d181f129103a1c83

Contents?: true

Size: 412 Bytes

Versions: 6

Compression:

Stored size: 412 Bytes

Contents

module TrackerApi
  module Resources
    class Blocker
      include Shared::Base

      attribute :client
      attribute :project_id, Integer

      attribute :story_id, Integer
      attribute :person_id, Integer
      attribute :description, String
      attribute :resolved, Boolean
      attribute :created_at, DateTime
      attribute :updated_at, DateTime
      attribute :kind, String
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tracker_api-1.16.0 lib/tracker_api/resources/blocker.rb
tracker_api-1.15.0 lib/tracker_api/resources/blocker.rb
tracker_api-1.14.0 lib/tracker_api/resources/blocker.rb
tracker_api-1.13.0 lib/tracker_api/resources/blocker.rb
tracker_api-1.12.0 lib/tracker_api/resources/blocker.rb
tracker_api-1.11.0 lib/tracker_api/resources/blocker.rb