Method: Appboard::DashboardSetup::Dashboard#width

Defined in:
lib/appboard/dashboardsetup.rb

#width(value = nil) ⇒ Object



22
23
24
25
# File 'lib/appboard/dashboardsetup.rb', line 22

def width(value = nil)
  @width = value unless value.nil?
  @width
end