Class: Puree::Model::RelatedContentHeader
- 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
Instance Attribute Details
#title ⇒ String?
12 13 14 |
# File 'lib/puree/model/related_content_header.rb', line 12 def title @title end |
#type ⇒ String?
15 16 17 |
# File 'lib/puree/model/related_content_header.rb', line 15 def type @type end |
#uuid ⇒ String?
9 10 11 |
# File 'lib/puree/model/related_content_header.rb', line 9 def uuid @uuid end |