class WCC::Contentful::Event::DeletedEntry
Public Instance Methods
content_type()
click to toggle source
# File lib/wcc/contentful/event.rb, line 106 def content_type raw.dig('sys', 'contentType', 'sys', 'id') end
deleted_at()
click to toggle source
# File lib/wcc/contentful/event.rb, line 102 def deleted_at raw.dig('sys', 'deletedAt') end
entry()
click to toggle source
# File lib/wcc/contentful/event.rb, line 110 def entry @entry ||= WCC::Contentful::Model.new_from_raw(raw, sys.context) end