Class: WCC::Media::Series

Inherits:
Base
  • Object
show all
Defined in:
lib/wcc/media/series.rb

Instance Attribute Summary

Attributes inherited from Base

#headers, #raw

Instance Method Summary collapse

Methods inherited from Base

#_links, #id, #initialize, #legacy_id

Methods included from ActiveRecordShim

included

Methods included from Cacheable

#cache_key, hash_cache_key, #last_modified

Constructor Details

This class inherits a constructor from WCC::Media::Base

Instance Method Details

#hide_from_internal_searchObject



36
37
38
# File 'lib/wcc/media/series.rb', line 36

def hide_from_internal_search
  raw['flags']['hide_from_internal_search'] || false
end