Class: Steep::Locator::InlineTypeResult
- Defined in:
- lib/steep/locator.rb
Instance Attribute Summary collapse
-
#annotation_result ⇒ Object
readonly
Returns the value of attribute annotation_result.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#annotation_result ⇒ Object (readonly)
Returns the value of attribute annotation_result
40 41 42 |
# File 'lib/steep/locator.rb', line 40 def annotation_result @annotation_result end |
#type ⇒ Object (readonly)
Returns the value of attribute type
40 41 42 |
# File 'lib/steep/locator.rb', line 40 def type @type end |