Class: Arssene::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/arssene/lib/models/entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



5
6
7
# File 'lib/arssene/lib/models/entry.rb', line 5

def author
  @author
end

#contentObject

Returns the value of attribute content.



5
6
7
# File 'lib/arssene/lib/models/entry.rb', line 5

def content
  @content
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/arssene/lib/models/entry.rb', line 5

def description
  @description
end

Returns the value of attribute link.



5
6
7
# File 'lib/arssene/lib/models/entry.rb', line 5

def link
  @link
end

#publication_dateObject

Returns the value of attribute publication_date.



5
6
7
# File 'lib/arssene/lib/models/entry.rb', line 5

def publication_date
  @publication_date
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/arssene/lib/models/entry.rb', line 5

def title
  @title
end