Class: Steep::Locator::InlineAnnotationResult
- Defined in:
- lib/steep/locator.rb
Instance Attribute Summary collapse
-
#annotation ⇒ Object
readonly
Returns the value of attribute annotation.
-
#attached_ast ⇒ Object
readonly
Returns the value of attribute attached_ast.
Instance Attribute Details
#annotation ⇒ Object (readonly)
Returns the value of attribute annotation
38 39 40 |
# File 'lib/steep/locator.rb', line 38 def annotation @annotation end |
#attached_ast ⇒ Object (readonly)
Returns the value of attribute attached_ast
38 39 40 |
# File 'lib/steep/locator.rb', line 38 def attached_ast @attached_ast end |