class Storyblok::Richtext::Nodes::BulletList

Public Instance Methods

matching() click to toggle source
# File lib/storyblok/richtext/html_renderer/nodes/bullet_list.rb, line 5
def matching
  @node['type'] === 'bullet_list'
end
tag() click to toggle source
# File lib/storyblok/richtext/html_renderer/nodes/bullet_list.rb, line 9
def tag
  'ul'
end