Class: KeywordDecorator
- Inherits:
-
Object
- Object
- KeywordDecorator
- Defined in:
- lib/keyword_decorator.rb
Overview
© 2008 Los Angeles Times
Instance Attribute Summary collapse
-
#decorator ⇒ Object
Returns the value of attribute decorator.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Attribute Details
#decorator ⇒ Object
Returns the value of attribute decorator.
6 7 8 |
# File 'lib/keyword_decorator.rb', line 6 def decorator @decorator end |
#keywords ⇒ Object
Returns the value of attribute keywords.
5 6 7 |
# File 'lib/keyword_decorator.rb', line 5 def keywords @keywords end |