Class: SqlChatbot::Services::CodeIndexer::RouteInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/sql_chatbot/services/code_indexer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



21
22
23
# File 'lib/sql_chatbot/services/code_indexer.rb', line 21

def file
  @file
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



21
22
23
# File 'lib/sql_chatbot/services/code_indexer.rb', line 21

def method
  @method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



21
22
23
# File 'lib/sql_chatbot/services/code_indexer.rb', line 21

def path
  @path
end