Class: Effective::Templates::ImageAndTitle

Inherits:
Template
  • Object
show all
Defined in:
app/models/effective/templates/image_and_title.rb

Instance Method Summary collapse

Methods inherited from Template

#class_name, definitions, #image, #to_partial_path

Instance Method Details

#descriptionObject



8
9
10
# File 'app/models/effective/templates/image_and_title.rb', line 8

def description
  'One main image with a title and text that surround the image.'
end

#titleObject



4
5
6
# File 'app/models/effective/templates/image_and_title.rb', line 4

def title
  'Image and Title'
end