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.



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

def collectionName
  @collectionName
end

#creatorObject

Returns the value of attribute creator.



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

def creator
  @creator
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#firstPublishedAtObject

Returns the value of attribute firstPublishedAt.



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

def firstPublishedAt
  @firstPublishedAt
end

#latestPublishedAtObject

Returns the value of attribute latestPublishedAt.



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

def latestPublishedAt
  @latestPublishedAt
end

#previewImageObject

Returns the value of attribute previewImage.



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

def previewImage
  @previewImage
end

#tagsObject

Returns the value of attribute tags.



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

def tags
  @tags
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end