Class: Swiftrail::Testrail::IntermediateResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/swiftrail/testrail/intermediate_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def case_id
  @case_id
end

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def class_name
  @class_name
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def duration
  @duration
end

#failuresObject

Returns the value of attribute failures

Returns:

  • (Object)

    the current value of failures



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def failures
  @failures
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def file_name
  @file_name
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def success?
  @success?
end

#test_nameObject

Returns the value of attribute test_name

Returns:

  • (Object)

    the current value of test_name



3
4
5
# File 'lib/swiftrail/testrail/intermediate_result.rb', line 3

def test_name
  @test_name
end