Class: NotionRb::Operations::Commands::ListAfter

Inherits:
Base
  • Object
show all
Defined in:
lib/notion_rb/operations/commands/list_after.rb

Constant Summary collapse

COMMAND =
'listAfter'
NAME =
:list_after

Instance Attribute Summary

Attributes inherited from Base

#args, #command, #id, #path, #table

Instance Method Summary collapse

Methods inherited from Base

#to_h

Constructor Details

#initialize(id, opts = {}) ⇒ ListAfter

Returns a new instance of ListAfter.



10
11
12
13
# File 'lib/notion_rb/operations/commands/list_after.rb', line 10

def initialize(id, opts = {})
  opts.merge!(command: COMMAND)
  super
end