Class: Ratlas::Content
- Inherits:
-
Object
- Object
- Ratlas::Content
- Includes:
- Queryable
- Defined in:
- lib/ratlas/content.rb
Class Method Summary collapse
Methods included from Queryable
Class Method Details
.exclude ⇒ Object
19 20 21 |
# File 'lib/ratlas/content.rb', line 19 def self.exclude @exclude_list end |
.resource_key ⇒ Object
15 16 17 |
# File 'lib/ratlas/content.rb', line 15 def self.resource_key @resource_name + 's' end |
.resource_name ⇒ Object
11 12 13 |
# File 'lib/ratlas/content.rb', line 11 def self.resource_name @resource_name end |