Class: JSONAPI::Serialization::IncludeFilterCache::Entry
- Inherits:
-
Struct
- Object
- Struct
- JSONAPI::Serialization::IncludeFilterCache::Entry
- Defined in:
- lib/json_api/serialization/include_filter_cache.rb
Instance Attribute Summary collapse
-
#authorized_scope ⇒ Object
Returns the value of attribute authorized_scope.
-
#base_scope ⇒ Object
Returns the value of attribute base_scope.
-
#narrowed ⇒ Object
Returns the value of attribute narrowed.
-
#where_clause_empty ⇒ Object
Returns the value of attribute where_clause_empty.
-
#where_hash ⇒ Object
Returns the value of attribute where_hash.
Instance Attribute Details
#authorized_scope ⇒ Object
Returns the value of attribute authorized_scope
15 16 17 |
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15 def @authorized_scope end |
#base_scope ⇒ Object
Returns the value of attribute base_scope
15 16 17 |
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15 def base_scope @base_scope end |
#narrowed ⇒ Object
Returns the value of attribute narrowed
15 16 17 |
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15 def narrowed @narrowed end |
#where_clause_empty ⇒ Object
Returns the value of attribute where_clause_empty
15 16 17 |
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15 def where_clause_empty @where_clause_empty end |
#where_hash ⇒ Object
Returns the value of attribute where_hash
15 16 17 |
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15 def where_hash @where_hash end |