Class: Debtective::Comments::FindCommit::Commit
- Inherits:
-
Struct
- Object
- Struct
- Debtective::Comments::FindCommit::Commit
- Defined in:
- lib/debtective/comments/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
11 12 13 |
# File 'lib/debtective/comments/find_commit.rb', line 11 def @author end |
#sha ⇒ Object
Returns the value of attribute sha
11 12 13 |
# File 'lib/debtective/comments/find_commit.rb', line 11 def sha @sha end |
#time ⇒ Object
Returns the value of attribute time
11 12 13 |
# File 'lib/debtective/comments/find_commit.rb', line 11 def time @time end |