class StaffBar::Config
Attributes
highlight_envs[RW]
links[RW]
position[RW]
theme[RW]
Public Class Methods
new()
click to toggle source
# File lib/staff_bar/config.rb, line 17 def initialize @links = [] @theme = :dark @position = :bottom @highlight_envs = [:production] end