Class: WCC::Contentful::RichText::UnorderedList
- Inherits:
-
Struct
- Object
- Struct
- WCC::Contentful::RichText::UnorderedList
- Includes:
- Node
- Defined in:
- lib/wcc/contentful/rich_text.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#data ⇒ Object
Returns the value of attribute data.
-
#nodeType ⇒ Object
Returns the value of attribute nodeType.
Method Summary
Methods included from Node
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
108 109 110 |
# File 'lib/wcc/contentful/rich_text.rb', line 108 def content @content end |
#data ⇒ Object
Returns the value of attribute data
108 109 110 |
# File 'lib/wcc/contentful/rich_text.rb', line 108 def data @data end |
#nodeType ⇒ Object
Returns the value of attribute nodeType
108 109 110 |
# File 'lib/wcc/contentful/rich_text.rb', line 108 def nodeType @nodeType end |