Class: DeployDoc::TestPlan::AnnotationParser::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
lib/deploy_doc/test_plan/annotator_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content



4
5
6
# File 'lib/deploy_doc/test_plan/annotator_parser.rb', line 4

def content
  @content
end

#kindObject

Returns the value of attribute kind



4
5
6
# File 'lib/deploy_doc/test_plan/annotator_parser.rb', line 4

def kind
  @kind
end

#line_spanObject

Returns the value of attribute line_span



4
5
6
# File 'lib/deploy_doc/test_plan/annotator_parser.rb', line 4

def line_span
  @line_span
end

#paramsObject

Returns the value of attribute params



4
5
6
# File 'lib/deploy_doc/test_plan/annotator_parser.rb', line 4

def params
  @params
end

#source_nameObject

Returns the value of attribute source_name



4
5
6
# File 'lib/deploy_doc/test_plan/annotator_parser.rb', line 4

def source_name
  @source_name
end