Class: Puree::Model::RelatedContentHeader

Inherits:
Structure
  • Object
show all
Defined in:
lib/puree/model/related_content_header.rb

Overview

A minimal representation of related content.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#data?

Instance Attribute Details

#titleString?

Returns:

  • (String, nil)


12
13
14
# File 'lib/puree/model/related_content_header.rb', line 12

def title
  @title
end

#typeString?

Returns:

  • (String, nil)


15
16
17
# File 'lib/puree/model/related_content_header.rb', line 15

def type
  @type
end

#uuidString?

Returns:

  • (String, nil)


9
10
11
# File 'lib/puree/model/related_content_header.rb', line 9

def uuid
  @uuid
end