Class: Ast::Merge::GitDriverSmokeCase

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ancestor_placeholderObject

Returns the value of attribute ancestor_placeholder

Returns:

  • (Object)

    the current value of ancestor_placeholder



847
848
849
# File 'lib/ast/merge.rb', line 847

def ancestor_placeholder
  @ancestor_placeholder
end

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



847
848
849
# File 'lib/ast/merge.rb', line 847

def case_id
  @case_id
end

#current_placeholderObject

Returns the value of attribute current_placeholder

Returns:

  • (Object)

    the current value of current_placeholder



847
848
849
# File 'lib/ast/merge.rb', line 847

def current_placeholder
  @current_placeholder
end

#expected_current_file_updatedObject

Returns the value of attribute expected_current_file_updated

Returns:

  • (Object)

    the current value of 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_codeObject

Returns the value of attribute expected_exit_code

Returns:

  • (Object)

    the current value of expected_exit_code



847
848
849
# File 'lib/ast/merge.rb', line 847

def expected_exit_code
  @expected_exit_code
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



847
848
849
# File 'lib/ast/merge.rb', line 847

def family
  @family
end

#other_placeholderObject

Returns the value of attribute other_placeholder

Returns:

  • (Object)

    the current value of other_placeholder



847
848
849
# File 'lib/ast/merge.rb', line 847

def other_placeholder
  @other_placeholder
end

#path_placeholderObject

Returns the value of attribute path_placeholder

Returns:

  • (Object)

    the current value of path_placeholder



847
848
849
# File 'lib/ast/merge.rb', line 847

def path_placeholder
  @path_placeholder
end