Module: WCC::Contentful::RichText::Node
- Extended by:
- ActiveSupport::Concern
- Included in:
- Blockquote, Document, EmbeddedAssetBlock, EmbeddedEntryBlock, EmbeddedEntryInline, EmbeddedResourceBlock, HR, Heading, Hyperlink, ListItem, OrderedList, Paragraph, Table, TableCell, TableHeaderCell, TableRow, Text, Unknown, UnorderedList
- Defined in:
- lib/wcc/contentful/rich_text/node.rb
Instance Method Summary collapse
Instance Method Details
#keys ⇒ Object
7 8 9 |
# File 'lib/wcc/contentful/rich_text/node.rb', line 7 def keys members.map(&:to_s) end |