Sha256: 8b74e41490b09b232c0755e160e1877b125503abea5e4336b9a781614f638e34

Contents?: true

Size: 219 Bytes

Versions: 7

Compression:

Stored size: 219 Bytes

Contents

module NotionOrbit
  module NotionObjects
    module BlockTypes
      class Unsupported < Block
        def to_markdown
          "[Block #{@type} is not supported yet]"
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
notion_orbit-0.0.7 lib/notion_orbit/notion_objects/block_types/unsupported.rb
notion_orbit-0.0.6 lib/notion_orbit/notion_objects/block_types/unsupported.rb
notion_orbit-0.0.5 lib/notion_orbit/notion_objects/block_types/unsupported.rb
notion_orbit-0.0.4 lib/notion_orbit/notion_objects/block_types/unsupported.rb
notion_orbit-0.0.3 lib/notion_orbit/notion_objects/block_types/unsupported.rb
notion_orbit-0.0.2 lib/notion_orbit/notion_objects/block_types/unsupported.rb
notion_orbit-0.0.1 lib/notion_orbit/notion_objects/block_types/unsupported.rb