Sha256: 9dce168b12a157d8003beada8bf73124a1b30533de5fa82456a7bde6e4b1f4e4
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
module Clubhouse class Commit < ClubhouseResource 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 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clubhouse2-1.0.11 | lib/clubhouse2/commit.rb |
clubhouse2-1.0.10 | lib/clubhouse2/commit.rb |