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.



12
13
14
# File 'lib/Post.rb', line 12

def collectionName
  @collectionName
end

#creatorObject

Returns the value of attribute creator.



12
13
14
# File 'lib/Post.rb', line 12

def creator
  @creator
end

#firstPublishedAtObject

Returns the value of attribute firstPublishedAt.



12
13
14
# File 'lib/Post.rb', line 12

def firstPublishedAt
  @firstPublishedAt
end

#latestPublishedAtObject

Returns the value of attribute latestPublishedAt.



12
13
14
# File 'lib/Post.rb', line 12

def latestPublishedAt
  @latestPublishedAt
end

#tagsObject

Returns the value of attribute tags.



12
13
14
# File 'lib/Post.rb', line 12

def tags
  @tags
end

#titleObject

Returns the value of attribute title.



12
13
14
# File 'lib/Post.rb', line 12

def title
  @title
end