Class: Orbacle::Indexer::QueueElement

Inherits:
Struct
  • Object
show all
Defined in:
lib/orbacle/indexer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#astObject

Returns the value of attribute ast

Returns:

  • (Object)

    the current value of ast



9
10
11
# File 'lib/orbacle/indexer.rb', line 9

def ast
  @ast
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



9
10
11
# File 'lib/orbacle/indexer.rb', line 9

def file_path
  @file_path
end