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.
15 16 17 |
# File 'lib/Post.rb', line 15 def collectionName @collectionName end |
#creator ⇒ Object
Returns the value of attribute creator.
15 16 17 |
# File 'lib/Post.rb', line 15 def creator @creator end |
#description ⇒ Object
Returns the value of attribute description.
15 16 17 |
# File 'lib/Post.rb', line 15 def description @description end |
#firstPublishedAt ⇒ Object
Returns the value of attribute firstPublishedAt.
15 16 17 |
# File 'lib/Post.rb', line 15 def firstPublishedAt @firstPublishedAt end |
#latestPublishedAt ⇒ Object
Returns the value of attribute latestPublishedAt.
15 16 17 |
# File 'lib/Post.rb', line 15 def latestPublishedAt @latestPublishedAt end |
#previewImage ⇒ Object
Returns the value of attribute previewImage.
15 16 17 |
# File 'lib/Post.rb', line 15 def previewImage @previewImage end |
#tags ⇒ Object
Returns the value of attribute tags.
15 16 17 |
# File 'lib/Post.rb', line 15 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
15 16 17 |
# File 'lib/Post.rb', line 15 def title @title end |