Class: Ast::Merge::FormattingEdgeFixtureCase
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingEdgeFixtureCase
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#case_id ⇒ Object
Returns the value of attribute case_id.
-
#category ⇒ Object
Returns the value of attribute category.
-
#requires_conflict_markers ⇒ Object
Returns the value of attribute requires_conflict_markers.
Instance Attribute Details
#case_id ⇒ Object
Returns the value of attribute case_id
816 817 818 |
# File 'lib/ast/merge.rb', line 816 def case_id @case_id end |
#category ⇒ Object
Returns the value of attribute category
816 817 818 |
# File 'lib/ast/merge.rb', line 816 def category @category end |
#requires_conflict_markers ⇒ Object
Returns the value of attribute requires_conflict_markers
816 817 818 |
# File 'lib/ast/merge.rb', line 816 def requires_conflict_markers @requires_conflict_markers end |