Class: HunkReviewChanges::Installer::Base::Result
- Inherits:
-
Struct
- Object
- Struct
- HunkReviewChanges::Installer::Base::Result
- Defined in:
- lib/hunk_review_changes/installer/base.rb
Overview
Outcome of one adapter run, rendered in the install summary.
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#message ⇒ Object
Returns the value of attribute message.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
11 12 13 |
# File 'lib/hunk_review_changes/installer/base.rb', line 11 def key @key end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/hunk_review_changes/installer/base.rb', line 11 def label @label end |
#message ⇒ Object
Returns the value of attribute message
11 12 13 |
# File 'lib/hunk_review_changes/installer/base.rb', line 11 def @message end |
#ok ⇒ Object
Returns the value of attribute ok
11 12 13 |
# File 'lib/hunk_review_changes/installer/base.rb', line 11 def ok @ok end |