Class: Snazzy::TagCloudComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/snazzy/tag_cloud_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(tag_labels:) ⇒ TagCloudComponent

Returns a new instance of TagCloudComponent.



5
6
7
# File 'app/components/snazzy/tag_cloud_component.rb', line 5

def initialize(tag_labels:)
  @tag_labels = tag_labels
end