Class: Ast::Merge::DiffDriverSmokeCase
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::DiffDriverSmokeCase
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#argument_count ⇒ Object
Returns the value of attribute argument_count.
-
#argument_roles ⇒ Object
Returns the value of attribute argument_roles.
-
#case_id ⇒ Object
Returns the value of attribute case_id.
-
#expected_exit_code ⇒ Object
Returns the value of attribute expected_exit_code.
-
#expected_output_fragments ⇒ Object
Returns the value of attribute expected_output_fragments.
-
#expected_output_kind ⇒ Object
Returns the value of attribute expected_output_kind.
Instance Attribute Details
#argument_count ⇒ Object
Returns the value of attribute argument_count
850 851 852 |
# File 'lib/ast/merge.rb', line 850 def argument_count @argument_count end |
#argument_roles ⇒ Object
Returns the value of attribute argument_roles
850 851 852 |
# File 'lib/ast/merge.rb', line 850 def argument_roles @argument_roles end |
#case_id ⇒ Object
Returns the value of attribute case_id
850 851 852 |
# File 'lib/ast/merge.rb', line 850 def case_id @case_id end |
#expected_exit_code ⇒ Object
Returns the value of attribute expected_exit_code
850 851 852 |
# File 'lib/ast/merge.rb', line 850 def expected_exit_code @expected_exit_code end |
#expected_output_fragments ⇒ Object
Returns the value of attribute expected_output_fragments
850 851 852 |
# File 'lib/ast/merge.rb', line 850 def expected_output_fragments @expected_output_fragments end |
#expected_output_kind ⇒ Object
Returns the value of attribute expected_output_kind
850 851 852 |
# File 'lib/ast/merge.rb', line 850 def expected_output_kind @expected_output_kind end |