Sha256: d634579f15169513c10eed2579ba26822691a8d54cdf6c9ed666e296b22cdcb0
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
module Clubhouse class PullRequest < ClubhouseResource def self.properties [ :branch_id, :closed, :entity_type, :created_at, :id, :num_added, :num_commits, :num_modified, :num_removed, :number, :target_branch_id, :title, :updated_at, :url ] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clubhouse2-1.0.11 | lib/clubhouse2/pull_request.rb |
clubhouse2-1.0.10 | lib/clubhouse2/pull_request.rb |