Class: Arssene::Entry
- Inherits:
-
Object
- Object
- Arssene::Entry
- Defined in:
- lib/arssene/lib/models/entry.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#content ⇒ Object
Returns the value of attribute content.
-
#description ⇒ Object
Returns the value of attribute description.
-
#link ⇒ Object
Returns the value of attribute link.
-
#publication_date ⇒ Object
Returns the value of attribute publication_date.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
5 6 7 |
# File 'lib/arssene/lib/models/entry.rb', line 5 def @author end |
#content ⇒ Object
Returns the value of attribute content.
5 6 7 |
# File 'lib/arssene/lib/models/entry.rb', line 5 def content @content end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/arssene/lib/models/entry.rb', line 5 def description @description end |
#link ⇒ Object
Returns the value of attribute link.
5 6 7 |
# File 'lib/arssene/lib/models/entry.rb', line 5 def link @link end |
#publication_date ⇒ Object
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 |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/arssene/lib/models/entry.rb', line 5 def title @title end |