Class: Redde::Seo::Template

Inherits:
Object
  • Object
show all
Defined in:
app/models/redde/seo/template.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(objekt) ⇒ Template

Returns a new instance of Template.



5
6
7
# File 'app/models/redde/seo/template.rb', line 5

def initialize(objekt)
  @objekt = objekt
end

Instance Attribute Details

#objektObject

Returns the value of attribute objekt.



4
5
6
# File 'app/models/redde/seo/template.rb', line 4

def objekt
  @objekt
end

Instance Method Details

#descriptionObject



17
18
19
# File 'app/models/redde/seo/template.rb', line 17

def description
  ''
end

#empty?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'app/models/redde/seo/template.rb', line 9

def empty?
  false
end

#keywordsObject



21
22
23
# File 'app/models/redde/seo/template.rb', line 21

def keywords
  ''
end

#textObject



25
26
27
# File 'app/models/redde/seo/template.rb', line 25

def text
  ''
end

#titleObject



13
14
15
# File 'app/models/redde/seo/template.rb', line 13

def title
  ''
end