Class: Build::Commit
- Inherits:
-
Object
- Object
- Build::Commit
- Defined in:
- lib/core_blur/commit.rb
Instance Attribute Summary collapse
-
#commit_id ⇒ Object
Returns the value of attribute commit_id.
-
#commit_mail ⇒ Object
Returns the value of attribute commit_mail.
-
#commit_msg ⇒ Object
Returns the value of attribute commit_msg.
-
#commit_time ⇒ Object
Returns the value of attribute commit_time.
-
#committer ⇒ Object
Returns the value of attribute committer.
Instance Attribute Details
#commit_id ⇒ Object
Returns the value of attribute commit_id.
4 5 6 |
# File 'lib/core_blur/commit.rb', line 4 def commit_id @commit_id end |
#commit_mail ⇒ Object
Returns the value of attribute commit_mail.
6 7 8 |
# File 'lib/core_blur/commit.rb', line 6 def commit_mail @commit_mail end |
#commit_msg ⇒ Object
Returns the value of attribute commit_msg.
7 8 9 |
# File 'lib/core_blur/commit.rb', line 7 def commit_msg @commit_msg end |
#commit_time ⇒ Object
Returns the value of attribute commit_time.
8 9 10 |
# File 'lib/core_blur/commit.rb', line 8 def commit_time @commit_time end |
#committer ⇒ Object
Returns the value of attribute committer.
5 6 7 |
# File 'lib/core_blur/commit.rb', line 5 def committer @committer end |