Class: TestItem

Inherits:
Object
  • Object
show all
Defined in:
lib/testdoc/testdocparser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checks_tasks_countObject

Returns the value of attribute checks_tasks_count.



9
10
11
# File 'lib/testdoc/testdocparser.rb', line 9

def checks_tasks_count
  @checks_tasks_count
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/testdoc/testdocparser.rb', line 9

def id
  @id
end

#number_of_checksObject

Returns the value of attribute number_of_checks.



9
10
11
# File 'lib/testdoc/testdocparser.rb', line 9

def number_of_checks
  @number_of_checks
end

#tasksObject

Returns the value of attribute tasks.



9
10
11
# File 'lib/testdoc/testdocparser.rb', line 9

def tasks
  @tasks
end

#titleObject

Returns the value of attribute title.



9
10
11
# File 'lib/testdoc/testdocparser.rb', line 9

def title
  @title
end