Class: WCC::Contentful::RichText::EmbeddedEntryInline

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

Returns:

  • (Object)

    the current value of content



138
139
140
# File 'lib/wcc/contentful/rich_text.rb', line 138

def content
  @content
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



138
139
140
# File 'lib/wcc/contentful/rich_text.rb', line 138

def data
  @data
end

#nodeTypeObject

Returns the value of attribute nodeType

Returns:

  • (Object)

    the current value of nodeType



138
139
140
# File 'lib/wcc/contentful/rich_text.rb', line 138

def nodeType
  @nodeType
end