Class: KKGit::CommitMessage::Change
- Inherits:
-
Struct
- Object
- Struct
- KKGit::CommitMessage::Change
- Defined in:
- lib/kk/git/commit_message.rb
Overview
Change entry (supports rename/copy old/new paths)
Instance Attribute Summary collapse
-
#old_path ⇒ Object
Returns the value of attribute old_path.
-
#path ⇒ Object
Returns the value of attribute path.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#old_path ⇒ Object
Returns the value of attribute old_path
14 15 16 |
# File 'lib/kk/git/commit_message.rb', line 14 def old_path @old_path end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/kk/git/commit_message.rb', line 14 def path @path end |
#source ⇒ Object
Returns the value of attribute source
14 15 16 |
# File 'lib/kk/git/commit_message.rb', line 14 def source @source end |
#status ⇒ Object
Returns the value of attribute status
14 15 16 |
# File 'lib/kk/git/commit_message.rb', line 14 def status @status end |