Class: CodengageViewComponents::CardComponent
- Inherits:
-
ApplicationComponent
- Object
- ViewComponent::Base
- ApplicationComponent
- CodengageViewComponents::CardComponent
- Defined in:
- app/components/codengage_view_components/card_component.rb
Instance Method Summary collapse
-
#initialize(options: {}) ⇒ CardComponent
constructor
A new instance of CardComponent.
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 = end |