Class: HunkReviewChanges::Installer::Base::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/hunk_review_changes/installer/base.rb

Overview

Outcome of one adapter run, rendered in the install summary.

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



11
12
13
# File 'lib/hunk_review_changes/installer/base.rb', line 11

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



11
12
13
# File 'lib/hunk_review_changes/installer/base.rb', line 11

def label
  @label
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



11
12
13
# File 'lib/hunk_review_changes/installer/base.rb', line 11

def message
  @message
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



11
12
13
# File 'lib/hunk_review_changes/installer/base.rb', line 11

def ok
  @ok
end