Class: Railsboot::TeamMemberComponent
- Inherits:
-
Component
- Object
- Component
- Railsboot::TeamMemberComponent
- Defined in:
- app/components/railsboot/team_member_component.rb
Instance Method Summary collapse
-
#initialize(**html_attributes) ⇒ TeamMemberComponent
constructor
A new instance of TeamMemberComponent.
Constructor Details
#initialize(**html_attributes) ⇒ TeamMemberComponent
Returns a new instance of TeamMemberComponent.
26 27 28 |
# File 'app/components/railsboot/team_member_component.rb', line 26 def initialize(**html_attributes) @html_attributes = html_attributes end |