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