Class: Giblish::GitSummaryDataProvider::BranchInfo
- Inherits:
-
Struct
- Object
- Struct
- Giblish::GitSummaryDataProvider::BranchInfo
- Defined in:
- lib/giblish/gitrepos/gitsummaryprovider.rb
Instance Attribute Summary collapse
-
#latest_commit ⇒ Object
Returns the value of attribute latest_commit.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#latest_commit ⇒ Object
Returns the value of attribute latest_commit
14 15 16 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 14 def latest_commit @latest_commit end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 14 def name @name end |