Class: Gollum::Git::Actor
- Inherits:
-
Object
- Object
- Gollum::Git::Actor
- Defined in:
- lib/grit_adapter/git_layer_grit.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, email) ⇒ Actor
constructor
A new instance of Actor.
- #output(time) ⇒ Object
Constructor Details
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
19 20 21 |
# File 'lib/grit_adapter/git_layer_grit.rb', line 19 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
19 20 21 |
# File 'lib/grit_adapter/git_layer_grit.rb', line 19 def name @name end |
Instance Method Details
#output(time) ⇒ Object
27 28 29 |
# File 'lib/grit_adapter/git_layer_grit.rb', line 27 def output(time) @actor.output(time) end |