Class: Steep::Project::HoverContent::DefinitionContent
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::HoverContent::DefinitionContent
- Defined in:
- lib/steep/project/hover_content.rb
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#location ⇒ Object
Returns the value of attribute location.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#method_type ⇒ Object
Returns the value of attribute method_type.
-
#node ⇒ Object
Returns the value of attribute node.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
7 8 9 |
# File 'lib/steep/project/hover_content.rb', line 7 def definition @definition end |
#location ⇒ Object
Returns the value of attribute location
7 8 9 |
# File 'lib/steep/project/hover_content.rb', line 7 def location @location end |
#method_name ⇒ Object
Returns the value of attribute method_name
7 8 9 |
# File 'lib/steep/project/hover_content.rb', line 7 def method_name @method_name end |
#method_type ⇒ Object
Returns the value of attribute method_type
7 8 9 |
# File 'lib/steep/project/hover_content.rb', line 7 def method_type @method_type end |
#node ⇒ Object
Returns the value of attribute node
7 8 9 |
# File 'lib/steep/project/hover_content.rb', line 7 def node @node end |