class IndexableCommit
- IndexableCommit
- Reference
- Object
Overview
helper class to be able to index a commit as JSON document
Defined in:
git-log-to-elasticsearch.crConstructors
Instance Method Summary
- #_id : String
- #branches : Array(String)
- #branches=(branches : Array(String))
- #files_added : Array(String)
- #files_added=(files_added : Array(String))
- #files_deleted : Array(String)
- #files_deleted=(files_deleted : Array(String))
- #files_modified : Array(String)
- #files_modified=(files_modified : Array(String))
- #to_json(json : JSON::Builder)