Class: WhirledPeas::Settings::Scrollbar
- Inherits:
-
Object
- Object
- WhirledPeas::Settings::Scrollbar
- Defined in:
- lib/whirled_peas/settings/scrollbar.rb
Instance Attribute Summary collapse
-
#horiz ⇒ Object
writeonly
Sets the attribute horiz.
-
#vert ⇒ Object
writeonly
Sets the attribute vert.
Instance Method Summary collapse
Instance Attribute Details
#horiz=(value) ⇒ Object (writeonly)
Sets the attribute horiz
4 5 6 |
# File 'lib/whirled_peas/settings/scrollbar.rb', line 4 def horiz=(value) @horiz = value end |
#vert=(value) ⇒ Object (writeonly)
Sets the attribute vert
4 5 6 |
# File 'lib/whirled_peas/settings/scrollbar.rb', line 4 def vert=(value) @vert = value end |
Instance Method Details
#horiz? ⇒ Boolean
6 7 8 |
# File 'lib/whirled_peas/settings/scrollbar.rb', line 6 def horiz? @horiz == true end |
#vert? ⇒ Boolean
10 11 12 |
# File 'lib/whirled_peas/settings/scrollbar.rb', line 10 def vert? @vert == true end |