Class: DeployDoc::TestPlan::AnnotationParser::Annotation
- Inherits:
-
Struct
- Object
- Struct
- DeployDoc::TestPlan::AnnotationParser::Annotation
- Defined in:
- lib/deploy_doc/test_plan/annotator_parser.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line_span ⇒ Object
Returns the value of attribute line_span.
-
#params ⇒ Object
Returns the value of attribute params.
-
#source_name ⇒ Object
Returns the value of attribute source_name.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'lib/deploy_doc/test_plan/annotator_parser.rb', line 4 def content @content end |
#kind ⇒ Object
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_span ⇒ Object
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 |
#params ⇒ Object
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_name ⇒ Object
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 |