Sha256: 3164cf65f43fb0b0a673e327d8fe0d6c2d48a6a380c05046297986c691afcc6e

Contents?: true

Size: 532 Bytes

Versions: 3

Compression:

Stored size: 532 Bytes

Contents

module TrackerApi
  module Resources
    class PullRequest
      include Shared::Base

      attribute :client

      attribute :id, Integer
      attribute :story_id, Integer
      attribute :epic_id, Integer
      attribute :owner, String
      attribute :repo, String
      attribute :number, Integer
      attribute :host_url, String
      attribute :original_url, String
      attribute :status, String
      attribute :created_at, DateTime
      attribute :updated_at, DateTime
      attribute :kind, String
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tracker_api-1.16.0 lib/tracker_api/resources/pull_request.rb
tracker_api-1.15.0 lib/tracker_api/resources/pull_request.rb
tracker_api-1.14.0 lib/tracker_api/resources/pull_request.rb