Class: FakerBot::Commands::Search
- Inherits:
-
Object
- Object
- FakerBot::Commands::Search
- Defined in:
- lib/faker_bot/commands/search.rb
Instance Method Summary collapse
- #execute(input) ⇒ Object
-
#initialize(options) ⇒ Search
constructor
A new instance of Search.
Constructor Details
#initialize(options) ⇒ Search
Returns a new instance of Search.
9 10 11 |
# File 'lib/faker_bot/commands/search.rb', line 9 def initialize() @options = end |