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