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
838 839 840 |
# File 'lib/ast/merge.rb', line 838 def case_id @case_id end |
#category ⇒ Object
Returns the value of attribute category
838 839 840 |
# File 'lib/ast/merge.rb', line 838 def category @category end |
#requires_conflict_markers ⇒ Object
Returns the value of attribute requires_conflict_markers
838 839 840 |
# File 'lib/ast/merge.rb', line 838 def requires_conflict_markers @requires_conflict_markers end |