Class: Steep::Index::SignatureSymbolProvider::SymbolInformation

Inherits:
Struct
  • Object
show all
Defined in:
lib/steep/index/signature_symbol_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameObject

Returns the value of attribute container_name

Returns:

  • (Object)

    the current value of container_name



6
7
8
# File 'lib/steep/index/signature_symbol_provider.rb', line 6

def container_name
  @container_name
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



6
7
8
# File 'lib/steep/index/signature_symbol_provider.rb', line 6

def kind
  @kind
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



6
7
8
# File 'lib/steep/index/signature_symbol_provider.rb', line 6

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/steep/index/signature_symbol_provider.rb', line 6

def name
  @name
end