Class: Task

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

Instance Attribute Summary collapse

Instance Attribute Details

#checksObject

Returns the value of attribute checks.



13
14
15
# File 'lib/testdoc/testdocparser.rb', line 13

def checks
  @checks
end

#idObject

Returns the value of attribute id.



13
14
15
# File 'lib/testdoc/testdocparser.rb', line 13

def id
  @id
end

#titleObject

Returns the value of attribute title.



13
14
15
# File 'lib/testdoc/testdocparser.rb', line 13

def title
  @title
end