Class: Ast::Merge::GenericConflictHandlerExecution
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::GenericConflictHandlerExecution
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#cases ⇒ Object
Returns the value of attribute cases.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#execution_id ⇒ Object
Returns the value of attribute execution_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#cases ⇒ Object
Returns the value of attribute cases
767 768 769 |
# File 'lib/ast/merge.rb', line 767 def cases @cases end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
767 768 769 |
# File 'lib/ast/merge.rb', line 767 def diagnostics @diagnostics end |
#execution_id ⇒ Object
Returns the value of attribute execution_id
767 768 769 |
# File 'lib/ast/merge.rb', line 767 def execution_id @execution_id end |
#version ⇒ Object
Returns the value of attribute version
767 768 769 |
# File 'lib/ast/merge.rb', line 767 def version @version end |