class Storyblok::Richtext::Nodes::Text

Public Instance Methods

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