Class: Giblish::GitSummaryDataProvider::TagInfo
- Inherits:
-
Struct
- Object
- Struct
- Giblish::GitSummaryDataProvider::TagInfo
- Defined in:
- lib/giblish/gitrepos/gitsummaryprovider.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#commit ⇒ Object
Returns the value of attribute commit.
-
#date ⇒ Object
Returns the value of attribute date.
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Method Summary collapse
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
9 10 11 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 9 def @author end |
#commit ⇒ Object
Returns the value of attribute commit
9 10 11 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 9 def commit @commit end |
#date ⇒ Object
Returns the value of attribute date
9 10 11 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 9 def date @date end |
#message ⇒ Object
Returns the value of attribute message
9 10 11 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 9 def @message end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 9 def name @name end |
#sha ⇒ Object
Returns the value of attribute sha
9 10 11 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 9 def sha @sha end |
Instance Method Details
#id ⇒ Object
10 11 12 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 10 def id Giblish.to_valid_id(name) end |