Class: ContentDriven::TagCloud
- Defined in:
- lib/content_driven/tag_cloud.rb
Instance Attribute Summary collapse
-
#tags ⇒ Object
Returns the value of attribute tags.
Attributes inherited from Page
#children, #date, #parent, #title, #url
Instance Method Summary collapse
-
#initialize ⇒ TagCloud
constructor
A new instance of TagCloud.
Methods inherited from Page
#add_child, inherited, #root?, #to_sym
Methods included from DSL
Methods included from Routes
Constructor Details
#initialize ⇒ TagCloud
Returns a new instance of TagCloud.
4 5 6 7 |
# File 'lib/content_driven/tag_cloud.rb', line 4 def initialize = {} super end |
Instance Attribute Details
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/content_driven/tag_cloud.rb', line 3 def @tags end |