Class: Steep::Project::HoverContent::MethodCallContent
- Inherits:
-
Struct
- Object
- Struct
- Steep::Project::HoverContent::MethodCallContent
- 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.
-
#node ⇒ Object
Returns the value of attribute node.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
6 7 8 |
# File 'lib/steep/project/hover_content.rb', line 6 def definition @definition end |
#location ⇒ Object
Returns the value of attribute location
6 7 8 |
# File 'lib/steep/project/hover_content.rb', line 6 def location @location end |
#method_name ⇒ Object
Returns the value of attribute method_name
6 7 8 |
# File 'lib/steep/project/hover_content.rb', line 6 def method_name @method_name end |
#node ⇒ Object
Returns the value of attribute node
6 7 8 |
# File 'lib/steep/project/hover_content.rb', line 6 def node @node end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/steep/project/hover_content.rb', line 6 def type @type end |