Class: Steep::Locator::AnnotationResult
- Defined in:
- lib/steep/locator.rb
Instance Attribute Summary collapse
-
#annotation ⇒ Object
readonly
Returns the value of attribute annotation.
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Instance Attribute Details
#annotation ⇒ Object (readonly)
Returns the value of attribute annotation
34 35 36 |
# File 'lib/steep/locator.rb', line 34 def annotation @annotation end |
#block ⇒ Object (readonly)
Returns the value of attribute block
34 35 36 |
# File 'lib/steep/locator.rb', line 34 def block @block end |
#node ⇒ Object (readonly)
Returns the value of attribute node
34 35 36 |
# File 'lib/steep/locator.rb', line 34 def node @node end |