Class: Steep::Project::HoverContent::MethodCallContent

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



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

def definition
  @definition
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



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

def method_name
  @method_name
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



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

def node
  @node
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end