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



852
853
854
# File 'lib/ast/merge.rb', line 852

def cases
  @cases
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



852
853
854
# File 'lib/ast/merge.rb', line 852

def diagnostics
  @diagnostics
end

#driver_nameObject

Returns the value of attribute driver_name

Returns:

  • (Object)

    the current value of driver_name



852
853
854
# File 'lib/ast/merge.rb', line 852

def driver_name
  @driver_name
end

#suite_idObject

Returns the value of attribute suite_id

Returns:

  • (Object)

    the current value of suite_id



852
853
854
# File 'lib/ast/merge.rb', line 852

def suite_id
  @suite_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



852
853
854
# File 'lib/ast/merge.rb', line 852

def version
  @version
end