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