Class: ReportPortal::TestItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#closedObject

Returns the value of attribute closed

Returns:

  • (Object)

    the current value of closed



29
30
31
# File 'lib/reportportal.rb', line 29

def closed
  @closed
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



29
30
31
# File 'lib/reportportal.rb', line 29

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



29
30
31
# File 'lib/reportportal.rb', line 29

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
30
31
# File 'lib/reportportal.rb', line 29

def name
  @name
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



29
30
31
# File 'lib/reportportal.rb', line 29

def start_time
  @start_time
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



29
30
31
# File 'lib/reportportal.rb', line 29

def tags
  @tags
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



29
30
31
# File 'lib/reportportal.rb', line 29

def type
  @type
end