class Clubhouse::Commit

Public Class Methods

properties() click to toggle source
# File lib/clubhouse2/commit.rb, line 3
def self.properties
        [ :author_email, :author_id, :author_identity, :created_at, :entity_type, :hash, :id, :merged_branch_ids, :message, :repository_id, :timestamp, :updated_at, :url ]
end