class ContentfulConverter::Nodes::ListItem
Public Instance Methods
needs_p_wrapping?()
click to toggle source
# File lib/contentful_converter/nodes/list_item.rb, line 8 def needs_p_wrapping? false end
Private Instance Methods
type()
click to toggle source
# File lib/contentful_converter/nodes/list_item.rb, line 14 def type 'list-item' end