Class: Ratlas::Search
- Inherits:
-
Object
- Object
- Ratlas::Search
- Includes:
- Queryable
- Defined in:
- lib/ratlas/search.rb
Constant Summary collapse
- @@resource_name =
'search'
Class Method Summary collapse
Methods included from Queryable
Class Method Details
.resource_key ⇒ Object
13 14 15 |
# File 'lib/ratlas/search.rb', line 13 def self.resource_key 'contents' end |
.resource_name ⇒ Object
9 10 11 |
# File 'lib/ratlas/search.rb', line 9 def self.resource_name @@resource_name end |