Class: Steep::Project::HoverContent::VariableContent
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::HoverContent::VariableContent
- Defined in:
- lib/steep/project/hover_content.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#node ⇒ Object
Returns the value of attribute node.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
5 6 7 |
# File 'lib/steep/project/hover_content.rb', line 5 def location @location end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/steep/project/hover_content.rb', line 5 def name @name end |
#node ⇒ Object
Returns the value of attribute node
5 6 7 |
# File 'lib/steep/project/hover_content.rb', line 5 def node @node end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/steep/project/hover_content.rb', line 5 def type @type end |