Class: RubyLens::Index::RubydexAdapter::DefinitionSummary

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

Overview

Everything the collectors need from one declaration's definitions, gathered in a single pass so each definition's location crosses the Rubydex boundary once.

Instance Attribute Summary collapse

Instance Attribute Details

#canonical_relativesObject (readonly)

Returns the value of attribute canonical_relatives

Returns:

  • (Object)

    the current value of canonical_relatives



16
17
18
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16

def canonical_relatives
  @canonical_relatives
end

#canonical_site_keysObject (readonly)

Returns the value of attribute canonical_site_keys

Returns:

  • (Object)

    the current value of canonical_site_keys



16
17
18
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16

def canonical_site_keys
  @canonical_site_keys
end

#package_site_keysObject (readonly)

Returns the value of attribute package_site_keys

Returns:

  • (Object)

    the current value of package_site_keys



16
17
18
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16

def package_site_keys
  @package_site_keys
end

#workspace_countObject (readonly)

Returns the value of attribute workspace_count

Returns:

  • (Object)

    the current value of workspace_count



16
17
18
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16

def workspace_count
  @workspace_count
end

#workspace_relativesObject (readonly)

Returns the value of attribute workspace_relatives

Returns:

  • (Object)

    the current value of workspace_relatives



16
17
18
# File 'lib/rubylens/index/rubydex_adapter.rb', line 16

def workspace_relatives
  @workspace_relatives
end