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