class Clubhouse::PullRequest
Public Class Methods
properties()
click to toggle source
# File lib/clubhouse2/pull_request.rb, line 3 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