Class: Hurricane::Post
- Inherits:
-
Object
- Object
- Hurricane::Post
- Defined in:
- lib/hurricane.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#link ⇒ Object
Returns the value of attribute link.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
44 45 46 |
# File 'lib/hurricane.rb', line 44 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
44 45 46 |
# File 'lib/hurricane.rb', line 44 def description @description end |
#link ⇒ Object
Returns the value of attribute link.
44 45 46 |
# File 'lib/hurricane.rb', line 44 def link @link end |
#title ⇒ Object
Returns the value of attribute title.
44 45 46 |
# File 'lib/hurricane.rb', line 44 def title @title end |