Method: NotionRb::Operations::SetBlockType#commands
- Defined in:
- lib/notion_rb/operations/set_block_type.rb
#commands ⇒ Object
18 19 20 21 22 23 24 25 26 27 |
# File 'lib/notion_rb/operations/set_block_type.rb', line 18 def commands [ Commands::Factory.build( :set, id, args: args, table: TABLE ) ] end |