Class: WCC::Contentful::RichText::TableRow

Inherits:
Struct
  • Object
show all
Includes:
Node
Defined in:
lib/wcc/contentful/rich_text.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Node

#keys

Instance Attribute Details

#contentObject

Returns the value of attribute content



123
124
125
# File 'lib/wcc/contentful/rich_text.rb', line 123

def content
  @content
end

#dataObject

Returns the value of attribute data



123
124
125
# File 'lib/wcc/contentful/rich_text.rb', line 123

def data
  @data
end

#nodeTypeObject

Returns the value of attribute nodeType



123
124
125
# File 'lib/wcc/contentful/rich_text.rb', line 123

def nodeType
  @nodeType
end