Class: CurrentCommitRails::CommitHash
- Inherits:
-
Struct
- Object
- Struct
- CurrentCommitRails::CommitHash
- Defined in:
- lib/current_commit_rails/commit_hash.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#author_email ⇒ Object
Returns the value of attribute author_email.
-
#author_time ⇒ Object
Returns the value of attribute author_time.
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#committer ⇒ Object
Returns the value of attribute committer.
-
#committer_email ⇒ Object
Returns the value of attribute committer_email.
-
#committer_time ⇒ Object
Returns the value of attribute committer_time.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def end |
#author_email ⇒ Object
Returns the value of attribute author_email
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def end |
#author_time ⇒ Object
Returns the value of attribute author_time
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def end |
#branch ⇒ Object
Returns the value of attribute branch
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def branch @branch end |
#committer ⇒ Object
Returns the value of attribute committer
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def committer @committer end |
#committer_email ⇒ Object
Returns the value of attribute committer_email
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def committer_email @committer_email end |
#committer_time ⇒ Object
Returns the value of attribute committer_time
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def committer_time @committer_time end |
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def end |
#sha ⇒ Object
Returns the value of attribute sha
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def sha @sha end |
#time ⇒ Object
Returns the value of attribute time
7 8 9 |
# File 'lib/current_commit_rails/commit_hash.rb', line 7 def time @time end |