Class: Steep::Locator::InlineTypeNameResult

Inherits:
Data
  • Object
show all
Defined in:
lib/steep/locator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enclosing_resultObject (readonly)

Returns the value of attribute enclosing_result

Returns:

  • (Object)

    the current value of enclosing_result



42
43
44
# File 'lib/steep/locator.rb', line 42

def enclosing_result
  @enclosing_result
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



42
43
44
# File 'lib/steep/locator.rb', line 42

def location
  @location
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



42
43
44
# File 'lib/steep/locator.rb', line 42

def type_name
  @type_name
end