Class: AttachmentCardComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- AttachmentCardComponent
- Defined in:
- app/components/attachment_card_component.rb
Instance Method Summary collapse
-
#initialize(attachment:, url:) ⇒ AttachmentCardComponent
constructor
A new instance of AttachmentCardComponent.
Constructor Details
#initialize(attachment:, url:) ⇒ AttachmentCardComponent
Returns a new instance of AttachmentCardComponent.
6 7 8 9 |
# File 'app/components/attachment_card_component.rb', line 6 def initialize(attachment:, url:) @attachment = @url = url end |