Class: Post::PostInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/Post.rb

Instance Attribute Summary collapse

Instance Attribute Details

#collectionNameObject

Returns the value of attribute collectionName.



15
16
17
# File 'lib/Post.rb', line 15

def collectionName
  @collectionName
end

#creatorObject

Returns the value of attribute creator.



15
16
17
# File 'lib/Post.rb', line 15

def creator
  @creator
end

#descriptionObject

Returns the value of attribute description.



15
16
17
# File 'lib/Post.rb', line 15

def description
  @description
end

#firstPublishedAtObject

Returns the value of attribute firstPublishedAt.



15
16
17
# File 'lib/Post.rb', line 15

def firstPublishedAt
  @firstPublishedAt
end

#latestPublishedAtObject

Returns the value of attribute latestPublishedAt.



15
16
17
# File 'lib/Post.rb', line 15

def latestPublishedAt
  @latestPublishedAt
end

#previewImageObject

Returns the value of attribute previewImage.



15
16
17
# File 'lib/Post.rb', line 15

def previewImage
  @previewImage
end

#tagsObject

Returns the value of attribute tags.



15
16
17
# File 'lib/Post.rb', line 15

def tags
  @tags
end

#titleObject

Returns the value of attribute title.



15
16
17
# File 'lib/Post.rb', line 15

def title
  @title
end