Class: Gitlab::Nav::TopNavMenuHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/gitlab/nav/top_nav_menu_header.rb

Class Method Summary collapse

Class Method Details

.build(title:) ⇒ Object



6
7
8
9
10
11
# File 'lib/gitlab/nav/top_nav_menu_header.rb', line 6

def self.build(title:)
  {
    type: :header,
    title: title
  }
end