Class: SqlChatbot::Services::CodeIndexer::IndexedFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end

#relative_pathObject

Returns the value of attribute relative_path

Returns:

  • (Object)

    the current value of relative_path



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

def relative_path
  @relative_path
end