Class: Polaris::TopBar::UserMenuComponent

Inherits:
Component
  • Object
show all
Defined in:
app/components/polaris/top_bar/user_menu_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(name:, detail:, **system_arguments) ⇒ UserMenuComponent

Returns a new instance of UserMenuComponent.



4
5
6
7
8
# File 'app/components/polaris/top_bar/user_menu_component.rb', line 4

def initialize(name:, detail:, **system_arguments)
  @name = name
  @detail = detail
  @system_arguments = system_arguments
end