class NotionRb::Operations::SetBlockCreatedTime
Constants
- DEFAULT_PATH
- OPERATION_NAME
Public Class Methods
new(id, time, opts = {})
click to toggle source
Calls superclass method
# File lib/notion_rb/operations/set_block_created_time.rb, line 9 def initialize(id, time, opts = {}) opts[:path] ||= DEFAULT_PATH super end