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