Class: Ace::GitCommit::Models::SplitCommitResult::CommitRecord
- Inherits:
-
Struct
- Object
- Struct
- Ace::GitCommit::Models::SplitCommitResult::CommitRecord
- Defined in:
- lib/ace/git_commit/models/split_commit_result.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#group ⇒ Object
Returns the value of attribute group.
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
8 9 10 |
# File 'lib/ace/git_commit/models/split_commit_result.rb', line 8 def error @error end |
#group ⇒ Object
Returns the value of attribute group
8 9 10 |
# File 'lib/ace/git_commit/models/split_commit_result.rb', line 8 def group @group end |
#sha ⇒ Object
Returns the value of attribute sha
8 9 10 |
# File 'lib/ace/git_commit/models/split_commit_result.rb', line 8 def sha @sha end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/ace/git_commit/models/split_commit_result.rb', line 8 def status @status end |