Class: Steep::Project::HoverContent::VariableContent

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



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

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



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

def node
  @node
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end