Class: Ast::Merge::GitDriverSmokeCase
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::GitDriverSmokeCase
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#ancestor_placeholder ⇒ Object
Returns the value of attribute ancestor_placeholder.
-
#case_id ⇒ Object
Returns the value of attribute case_id.
-
#current_placeholder ⇒ Object
Returns the value of attribute current_placeholder.
-
#expected_current_file_updated ⇒ Object
Returns the value of attribute expected_current_file_updated.
-
#expected_exit_code ⇒ Object
Returns the value of attribute expected_exit_code.
-
#family ⇒ Object
Returns the value of attribute family.
-
#other_placeholder ⇒ Object
Returns the value of attribute other_placeholder.
-
#path_placeholder ⇒ Object
Returns the value of attribute path_placeholder.
Instance Attribute Details
#ancestor_placeholder ⇒ Object
Returns the value of attribute ancestor_placeholder
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def ancestor_placeholder @ancestor_placeholder end |
#case_id ⇒ Object
Returns the value of attribute case_id
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def case_id @case_id end |
#current_placeholder ⇒ Object
Returns the value of attribute current_placeholder
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def current_placeholder @current_placeholder end |
#expected_current_file_updated ⇒ Object
Returns the value of attribute expected_current_file_updated
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def expected_current_file_updated @expected_current_file_updated end |
#expected_exit_code ⇒ Object
Returns the value of attribute expected_exit_code
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def expected_exit_code @expected_exit_code end |
#family ⇒ Object
Returns the value of attribute family
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def family @family end |
#other_placeholder ⇒ Object
Returns the value of attribute other_placeholder
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def other_placeholder @other_placeholder end |
#path_placeholder ⇒ Object
Returns the value of attribute path_placeholder
847 848 849 |
# File 'lib/ast/merge.rb', line 847 def path_placeholder @path_placeholder end |