Class: Ast::Merge::FalseTextualConflictSuite
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FalseTextualConflictSuite
- 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.
-
#source ⇒ Object
Returns the value of attribute source.
-
#suite_id ⇒ Object
Returns the value of attribute suite_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#cases ⇒ Object
Returns the value of attribute cases
846 847 848 |
# File 'lib/ast/merge.rb', line 846 def cases @cases end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
846 847 848 |
# File 'lib/ast/merge.rb', line 846 def diagnostics @diagnostics end |
#source ⇒ Object
Returns the value of attribute source
846 847 848 |
# File 'lib/ast/merge.rb', line 846 def source @source end |
#suite_id ⇒ Object
Returns the value of attribute suite_id
846 847 848 |
# File 'lib/ast/merge.rb', line 846 def suite_id @suite_id end |
#version ⇒ Object
Returns the value of attribute version
846 847 848 |
# File 'lib/ast/merge.rb', line 846 def version @version end |