Class: KeywordDecorator

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

Overview

© 2008 Los Angeles Times

Instance Attribute Summary collapse

Instance Attribute Details

#decoratorObject

Returns the value of attribute decorator.



6
7
8
# File 'lib/keyword_decorator.rb', line 6

def decorator
  @decorator
end

#keywordsObject

Returns the value of attribute keywords.



5
6
7
# File 'lib/keyword_decorator.rb', line 5

def keywords
  @keywords
end