Class: BridgetownNotion::Parsers::IsPublishedParser

Inherits:
Object
  • Object
show all
Defined in:
lib/bridgetown_notion/parsers/is_published_parser.rb

Class Method Summary collapse

Class Method Details

.parse(post) ⇒ Object



6
7
8
# File 'lib/bridgetown_notion/parsers/is_published_parser.rb', line 6

def self.parse(post)
  post.dig("properties", "published", "checkbox") || false
end