Class: SqlChatbot::Services::CodeIndexer::IndexedFile
- Inherits:
-
Struct
- Object
- Struct
- SqlChatbot::Services::CodeIndexer::IndexedFile
- Defined in:
- lib/sql_chatbot/services/code_indexer.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#relative_path ⇒ Object
Returns the value of attribute relative_path.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
20 21 22 |
# File 'lib/sql_chatbot/services/code_indexer.rb', line 20 def content @content end |
#relative_path ⇒ Object
Returns the value of attribute relative_path
20 21 22 |
# File 'lib/sql_chatbot/services/code_indexer.rb', line 20 def relative_path @relative_path end |