Class: JSONAPI::Serialization::IncludeFilterCache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/json_api/serialization/include_filter_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_scopeObject

Returns the value of attribute authorized_scope

Returns:

  • (Object)

    the current value of authorized_scope



15
16
17
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15

def authorized_scope
  @authorized_scope
end

#base_scopeObject

Returns the value of attribute base_scope

Returns:

  • (Object)

    the current value of base_scope



15
16
17
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15

def base_scope
  @base_scope
end

#narrowedObject

Returns the value of attribute narrowed

Returns:

  • (Object)

    the current value of narrowed



15
16
17
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15

def narrowed
  @narrowed
end

#where_clause_emptyObject

Returns the value of attribute where_clause_empty

Returns:

  • (Object)

    the current value of 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_hashObject

Returns the value of attribute where_hash

Returns:

  • (Object)

    the current value of where_hash



15
16
17
# File 'lib/json_api/serialization/include_filter_cache.rb', line 15

def where_hash
  @where_hash
end