class NotionRuby::API::Blocks::Proxy

Public Instance Methods

children() click to toggle source
# File lib/notion_ruby/api/blocks.rb, line 15
def children
  prefix = "#{path_prefix}/children"
  NotionRuby::API::Blocks::Children::Proxy.new(connection, prefix)
end