Method: NotionRubyMapping::TextObject#initialize
- Defined in:
- lib/notion_ruby_mapping/objects/text_object.rb
#initialize(text, options = {}) ⇒ TextObject
8 9 10 11 12 |
# File 'lib/notion_ruby_mapping/objects/text_object.rb', line 8 def initialize(text, = {}) super "text", {"plain_text" => text}.merge() @text = text @will_update = false end |