Class: GHArchive::CommitAuthor
- Inherits:
-
Struct
- Object
- Struct
- GHArchive::CommitAuthor
- Defined in:
- lib/gh-archive/entities.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
6 7 8 |
# File 'lib/gh-archive/entities.rb', line 6 def email @email end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/gh-archive/entities.rb', line 6 def name @name end |