Class: RailsWayback::Git::Commit
- Inherits:
-
Struct
- Object
- Struct
- RailsWayback::Git::Commit
- Defined in:
- lib/rails_wayback/git.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#date ⇒ Object
Returns the value of attribute date.
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#short_sha ⇒ Object
Returns the value of attribute short_sha.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
13 14 15 |
# File 'lib/rails_wayback/git.rb', line 13 def @author end |
#date ⇒ Object
Returns the value of attribute date
13 14 15 |
# File 'lib/rails_wayback/git.rb', line 13 def date @date end |
#sha ⇒ Object
Returns the value of attribute sha
13 14 15 |
# File 'lib/rails_wayback/git.rb', line 13 def sha @sha end |
#short_sha ⇒ Object
Returns the value of attribute short_sha
13 14 15 |
# File 'lib/rails_wayback/git.rb', line 13 def short_sha @short_sha end |
#subject ⇒ Object
Returns the value of attribute subject
13 14 15 |
# File 'lib/rails_wayback/git.rb', line 13 def subject @subject end |