Class: WCC::Contentful::RichText::OrderedList
- Inherits:
-
Struct
- Object
- Struct
- WCC::Contentful::RichText::OrderedList
- 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
103 104 105 |
# File 'lib/wcc/contentful/rich_text.rb', line 103 def content @content end |
#data ⇒ Object
Returns the value of attribute data
103 104 105 |
# File 'lib/wcc/contentful/rich_text.rb', line 103 def data @data end |
#nodeType ⇒ Object
Returns the value of attribute nodeType
103 104 105 |
# File 'lib/wcc/contentful/rich_text.rb', line 103 def nodeType @nodeType end |