class WhirledPeas::Settings::Scrollbar

Attributes

horiz[W]
vert[W]

Public Instance Methods

horiz?() click to toggle source
# File lib/whirled_peas/settings/scrollbar.rb, line 6
def horiz?
  @horiz == true
end
vert?() click to toggle source
# File lib/whirled_peas/settings/scrollbar.rb, line 10
def vert?
  @vert == true
end