Class: Opine::Widget
Direct Known Subclasses
Alert, Application, Table, View, Window
Instance Method Summary collapse
-
#initialize(options) ⇒ Widget
constructor
A new instance of Widget.
Constructor Details
#initialize(options) ⇒ Widget
Returns a new instance of Widget.
3 4 5 6 7 |
# File 'lib/opine/widget.rb', line 3 def initialize .each do |key,value| send("#{key}=".to_sym,value) end end |