Class: Post::PostInfo
- Inherits:
-
Object
- Object
- Post::PostInfo
- Defined in:
- lib/Post.rb
Instance Attribute Summary collapse
-
#collectionName ⇒ Object
Returns the value of attribute collectionName.
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#description ⇒ Object
Returns the value of attribute description.
-
#firstPublishedAt ⇒ Object
Returns the value of attribute firstPublishedAt.
-
#latestPublishedAt ⇒ Object
Returns the value of attribute latestPublishedAt.
-
#previewImage ⇒ Object
Returns the value of attribute previewImage.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#collectionName ⇒ Object
Returns the value of attribute collectionName.
14 15 16 |
# File 'lib/Post.rb', line 14 def collectionName @collectionName end |
#creator ⇒ Object
Returns the value of attribute creator.
14 15 16 |
# File 'lib/Post.rb', line 14 def creator @creator end |
#description ⇒ Object
Returns the value of attribute description.
14 15 16 |
# File 'lib/Post.rb', line 14 def description @description end |
#firstPublishedAt ⇒ Object
Returns the value of attribute firstPublishedAt.
14 15 16 |
# File 'lib/Post.rb', line 14 def firstPublishedAt @firstPublishedAt end |
#latestPublishedAt ⇒ Object
Returns the value of attribute latestPublishedAt.
14 15 16 |
# File 'lib/Post.rb', line 14 def latestPublishedAt @latestPublishedAt end |
#previewImage ⇒ Object
Returns the value of attribute previewImage.
14 15 16 |
# File 'lib/Post.rb', line 14 def previewImage @previewImage end |
#tags ⇒ Object
Returns the value of attribute tags.
14 15 16 |
# File 'lib/Post.rb', line 14 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
14 15 16 |
# File 'lib/Post.rb', line 14 def title @title end |