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