Class: CodengageViewComponents::CardComponent

Inherits:
ApplicationComponent show all
Defined in:
app/components/codengage_view_components/card_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(options: {}) ⇒ CardComponent

Returns a new instance of CardComponent.



10
11
12
# File 'app/components/codengage_view_components/card_component.rb', line 10

def initialize(options: {})
  @options = options
end