Class: RubyLens::Index::DeclarationCollector::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/rubylens/index/declaration_collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#category_statsObject (readonly)

Returns the value of attribute category_stats

Returns:

  • (Object)

    the current value of category_stats



34
35
36
# File 'lib/rubylens/index/declaration_collector.rb', line 34

def category_stats
  @category_stats
end

#definition_rangesObject (readonly)

Returns the value of attribute definition_ranges

Returns:

  • (Object)

    the current value of definition_ranges



34
35
36
# File 'lib/rubylens/index/declaration_collector.rb', line 34

def definition_ranges
  @definition_ranges
end

#dependency_ordinal_by_nameObject (readonly)

Returns the value of attribute dependency_ordinal_by_name

Returns:

  • (Object)

    the current value of dependency_ordinal_by_name



34
35
36
# File 'lib/rubylens/index/declaration_collector.rb', line 34

def dependency_ordinal_by_name
  @dependency_ordinal_by_name
end

#dependency_packagesObject (readonly)

Returns the value of attribute dependency_packages

Returns:

  • (Object)

    the current value of dependency_packages



34
35
36
# File 'lib/rubylens/index/declaration_collector.rb', line 34

def dependency_packages
  @dependency_packages
end

#dependency_signal_maximaObject (readonly)

Returns the value of attribute dependency_signal_maxima

Returns:

  • (Object)

    the current value of dependency_signal_maxima



34
35
36
# File 'lib/rubylens/index/declaration_collector.rb', line 34

def dependency_signal_maxima
  @dependency_signal_maxima
end

#namespacesObject (readonly)

Returns the value of attribute namespaces

Returns:

  • (Object)

    the current value of namespaces



34
35
36
# File 'lib/rubylens/index/declaration_collector.rb', line 34

def namespaces
  @namespaces
end