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