Class: KCommercial::KCPipeline::KCGitCommandResult
- Inherits:
-
Object
- Object
- KCommercial::KCPipeline::KCGitCommandResult
- Defined in:
- lib/KCommercialPipeline/core/git.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#result_msgs ⇒ Object
readonly
Returns the value of attribute result_msgs.
Instance Method Summary collapse
-
#initialize(code, result_msgs) ⇒ KCGitCommandResult
constructor
A new instance of KCGitCommandResult.
Constructor Details
#initialize(code, result_msgs) ⇒ KCGitCommandResult
Returns a new instance of KCGitCommandResult.
34 35 36 37 |
# File 'lib/KCommercialPipeline/core/git.rb', line 34 def initialize(code,result_msgs) @code = code @result_msgs = result_msgs end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
32 33 34 |
# File 'lib/KCommercialPipeline/core/git.rb', line 32 def code @code end |
#result_msgs ⇒ Object (readonly)
Returns the value of attribute result_msgs.
33 34 35 |
# File 'lib/KCommercialPipeline/core/git.rb', line 33 def result_msgs @result_msgs end |