Class: NotionRubyMapping::Block
- Defined in:
- lib/notion_ruby_mapping/block.rb
Overview
Notion block
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#[], #assign_property, #children, create_from_json, #icon, #initialize, #json_properties, #new_record?, #properties, #property_values_json, #reload, #restore_from_json, #save, #set_icon, #title, #update_json
Constructor Details
This class inherits a constructor from NotionRubyMapping::Base
Class Method Details
.find(key) ⇒ Object
6 7 8 |
# File 'lib/notion_ruby_mapping/block.rb', line 6 def self.find(key) NotionCache.instance.block key end |