Method: StaffBar::Config#initialize
- Defined in:
- lib/staff_bar/config.rb
#initialize ⇒ Config
Returns a new instance of Config.
17 18 19 20 21 |
# File 'lib/staff_bar/config.rb', line 17 def initialize @links = [] @theme = :dark @position = :bottom end |