Class: Debtective::FindCommit::Commit
- Inherits:
-
Struct
- Object
- Struct
- Debtective::FindCommit::Commit
- Defined in:
- lib/debtective/find_commit.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
10 11 12 |
# File 'lib/debtective/find_commit.rb', line 10 def @author end |
#sha ⇒ Object
Returns the value of attribute sha
10 11 12 |
# File 'lib/debtective/find_commit.rb', line 10 def sha @sha end |
#time ⇒ Object
Returns the value of attribute time
10 11 12 |
# File 'lib/debtective/find_commit.rb', line 10 def time @time end |