Class: ReportPortal::TestItem
- Inherits:
-
Struct
- Object
- Struct
- ReportPortal::TestItem
- Defined in:
- lib/reportportal.rb
Instance Attribute Summary collapse
-
#closed ⇒ Object
Returns the value of attribute closed.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#closed ⇒ Object
Returns the value of attribute closed
29 30 31 |
# File 'lib/reportportal.rb', line 29 def closed @closed end |
#description ⇒ Object
Returns the value of attribute description
29 30 31 |
# File 'lib/reportportal.rb', line 29 def description @description end |
#id ⇒ Object
Returns the value of attribute id
29 30 31 |
# File 'lib/reportportal.rb', line 29 def id @id end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/reportportal.rb', line 29 def name @name end |
#start_time ⇒ Object
Returns the value of attribute start_time
29 30 31 |
# File 'lib/reportportal.rb', line 29 def start_time @start_time end |
#tags ⇒ Object
Returns the value of attribute tags
29 30 31 |
# File 'lib/reportportal.rb', line 29 def @tags end |
#type ⇒ Object
Returns the value of attribute type
29 30 31 |
# File 'lib/reportportal.rb', line 29 def type @type end |