module NotionRb
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/notion_rb.rb, line 30 def self.config @config ||= {} end
configure() { |config| ... }
click to toggle source
# File lib/notion_rb.rb, line 34 def self.configure yield(config) end