Class: Clubhouse::Commit
- Inherits:
-
ClubhouseResource
- Object
- ClubhouseResource
- Clubhouse::Commit
- Defined in:
- lib/clubhouse2/commit.rb
Class Method Summary collapse
Methods inherited from ClubhouseResource
#api_url, #delete!, #flush, inherited, #initialize, property_filter_create, property_filter_update, #resolve_to_ids, #set_properties, subclass, #to_h, #update, validate, #value_format
Constructor Details
This class inherits a constructor from Clubhouse::ClubhouseResource
Class Method Details
.properties ⇒ Object
3 4 5 |
# 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 |