Module: BWAPI::Client::Admin::Clients::Search
- Included in:
- BWAPI::Client::Admin
- Defined in:
- lib/bwapi/client/admin/search.rb
Instance Method Summary collapse
-
#search_query_name(opts) ⇒ Hashie::Mash
(also: #query_name)
Get a list of query names.
-
#search_query_text(opts) ⇒ Hashie::Mash
(also: #query_text)
Get a list of queries.
-
#search_rule_text(opts) ⇒ Hashie::Mash
(also: #rule_text)
Get a list of rules.
Instance Method Details
#search_query_name(opts) ⇒ Hashie::Mash Also known as: query_name
Get a list of query names
22 23 24 |
# File 'lib/bwapi/client/admin/search.rb', line 22 def search_query_name opts get "admin/search/queryname" end |
#search_query_text(opts) ⇒ Hashie::Mash Also known as: query_text
Get a list of queries
12 13 14 |
# File 'lib/bwapi/client/admin/search.rb', line 12 def search_query_text opts get "admin/search/querytext" end |
#search_rule_text(opts) ⇒ Hashie::Mash Also known as: rule_text
Get a list of rules
32 33 34 |
# File 'lib/bwapi/client/admin/search.rb', line 32 def search_rule_text opts get "admin/search/ruletext" end |