Class: RailsAiBridge::Tools::SearchCode::RubySearch::SearchParams
- Inherits:
-
Struct
- Object
- Struct
- RailsAiBridge::Tools::SearchCode::RubySearch::SearchParams
- Defined in:
- lib/rails_ai_bridge/tools/search_code/ruby_search.rb
Overview
Value object wrapping validated search parameters.
Instance Attribute Summary collapse
-
#file_type ⇒ Object
Returns the value of attribute file_type.
-
#max_results ⇒ Object
Returns the value of attribute max_results.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#root ⇒ Object
Returns the value of attribute root.
-
#search_path ⇒ Object
Returns the value of attribute search_path.
Instance Attribute Details
#file_type ⇒ Object
Returns the value of attribute file_type
9 10 11 |
# File 'lib/rails_ai_bridge/tools/search_code/ruby_search.rb', line 9 def file_type @file_type end |
#max_results ⇒ Object
Returns the value of attribute max_results
9 10 11 |
# File 'lib/rails_ai_bridge/tools/search_code/ruby_search.rb', line 9 def max_results @max_results end |
#pattern ⇒ Object
Returns the value of attribute pattern
9 10 11 |
# File 'lib/rails_ai_bridge/tools/search_code/ruby_search.rb', line 9 def pattern @pattern end |
#root ⇒ Object
Returns the value of attribute root
9 10 11 |
# File 'lib/rails_ai_bridge/tools/search_code/ruby_search.rb', line 9 def root @root end |
#search_path ⇒ Object
Returns the value of attribute search_path
9 10 11 |
# File 'lib/rails_ai_bridge/tools/search_code/ruby_search.rb', line 9 def search_path @search_path end |