Class: Giblish::GitSummaryDataProvider::BranchInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/giblish/gitrepos/gitsummaryprovider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latest_commitObject

Returns the value of attribute latest_commit

Returns:

  • (Object)

    the current value of latest_commit



14
15
16
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 14

def latest_commit
  @latest_commit
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 14

def name
  @name
end