Class: TestPlan

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

Overview

TestDocParser

Instance Attribute Summary collapse

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



4
5
6
# File 'lib/testdoc/testdocparser.rb', line 4

def comments
  @comments
end

#testsObject

Returns the value of attribute tests.



4
5
6
# File 'lib/testdoc/testdocparser.rb', line 4

def tests
  @tests
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/testdoc/testdocparser.rb', line 4

def title
  @title
end