class NotionRb::Operations::Commands::ListAfter
Constants
- COMMAND
- NAME
Public Class Methods
new(id, opts = {})
click to toggle source
Calls superclass method
NotionRb::Operations::Commands::Base::new
# File lib/notion_rb/operations/commands/list_after.rb, line 10 def initialize(id, opts = {}) opts.merge!(command: COMMAND) super end