Class: Steep::Locator::InlineTypeNameResult
- Defined in:
- lib/steep/locator.rb
Instance Attribute Summary collapse
-
#enclosing_result ⇒ Object
readonly
Returns the value of attribute enclosing_result.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#enclosing_result ⇒ Object (readonly)
Returns the value of attribute enclosing_result
42 43 44 |
# File 'lib/steep/locator.rb', line 42 def enclosing_result @enclosing_result end |
#location ⇒ Object (readonly)
Returns the value of attribute location
42 43 44 |
# File 'lib/steep/locator.rb', line 42 def location @location end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
42 43 44 |
# File 'lib/steep/locator.rb', line 42 def type_name @type_name end |