Class: Steep::Project::HoverContent::DefinitionContent

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

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



7
8
9
# File 'lib/steep/project/hover_content.rb', line 7

def definition
  @definition
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



7
8
9
# File 'lib/steep/project/hover_content.rb', line 7

def location
  @location
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



7
8
9
# File 'lib/steep/project/hover_content.rb', line 7

def method_name
  @method_name
end

#method_typeObject

Returns the value of attribute method_type

Returns:

  • (Object)

    the current value of method_type



7
8
9
# File 'lib/steep/project/hover_content.rb', line 7

def method_type
  @method_type
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



7
8
9
# File 'lib/steep/project/hover_content.rb', line 7

def node
  @node
end