Class: Steep::Index::SignatureSymbolProvider::SymbolInformation
- Defined in:
- lib/steep/index/signature_symbol_provider.rb
Instance Attribute Summary collapse
-
#container_name ⇒ Object
Returns the value of attribute container_name.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#container_name ⇒ Object
Returns the value of attribute container_name
6 7 8 |
# File 'lib/steep/index/signature_symbol_provider.rb', line 6 def container_name @container_name end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/steep/index/signature_symbol_provider.rb', line 6 def kind @kind end |
#location ⇒ Object
Returns the value of attribute location
6 7 8 |
# File 'lib/steep/index/signature_symbol_provider.rb', line 6 def location @location end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/steep/index/signature_symbol_provider.rb', line 6 def name @name end |