Class: Ast::Merge::DiffDriverSmokeSuite

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

Instance Attribute Summary collapse

Instance Attribute Details

#casesObject

Returns the value of attribute cases

Returns:

  • (Object)

    the current value of cases



874
875
876
# File 'lib/ast/merge.rb', line 874

def cases
  @cases
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



874
875
876
# File 'lib/ast/merge.rb', line 874

def diagnostics
  @diagnostics
end

#driver_nameObject

Returns the value of attribute driver_name

Returns:

  • (Object)

    the current value of driver_name



874
875
876
# File 'lib/ast/merge.rb', line 874

def driver_name
  @driver_name
end

#suite_idObject

Returns the value of attribute suite_id

Returns:

  • (Object)

    the current value of suite_id



874
875
876
# File 'lib/ast/merge.rb', line 874

def suite_id
  @suite_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



874
875
876
# File 'lib/ast/merge.rb', line 874

def version
  @version
end