Class: Rails::Hyperdrive::ThreeWayMerge::Outcome
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::ThreeWayMerge::Outcome
- Defined in:
- lib/rails/hyperdrive/three_way_merge.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
10 11 12 |
# File 'lib/rails/hyperdrive/three_way_merge.rb', line 10 def body @body end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/rails/hyperdrive/three_way_merge.rb', line 10 def status @status end |
Instance Method Details
#clean? ⇒ Boolean
11 12 13 |
# File 'lib/rails/hyperdrive/three_way_merge.rb', line 11 def clean? status == :clean end |