Class: Hurricane::Post

Inherits:
Object
  • Object
show all
Defined in:
lib/hurricane.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



44
45
46
# File 'lib/hurricane.rb', line 44

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



44
45
46
# File 'lib/hurricane.rb', line 44

def description
  @description
end

Returns the value of attribute link.



44
45
46
# File 'lib/hurricane.rb', line 44

def link
  @link
end

#titleObject

Returns the value of attribute title.



44
45
46
# File 'lib/hurricane.rb', line 44

def title
  @title
end