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