Class: Steep::Project::HoverContent::TypeContent

Inherits:
Struct
  • Object
show all
Defined in:
lib/steep/project/hover_content.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



4
5
6
# File 'lib/steep/project/hover_content.rb', line 4

def location
  @location
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



4
5
6
# File 'lib/steep/project/hover_content.rb', line 4

def node
  @node
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/steep/project/hover_content.rb', line 4

def type
  @type
end