Class: Ast::Merge::FormattingEdgeFixtureSuite
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingEdgeFixtureSuite
- 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.
-
#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
817 818 819 |
# File 'lib/ast/merge.rb', line 817 def cases @cases end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
817 818 819 |
# File 'lib/ast/merge.rb', line 817 def diagnostics @diagnostics end |
#suite_id ⇒ Object
Returns the value of attribute suite_id
817 818 819 |
# File 'lib/ast/merge.rb', line 817 def suite_id @suite_id end |
#version ⇒ Object
Returns the value of attribute version
817 818 819 |
# File 'lib/ast/merge.rb', line 817 def version @version end |