Class: Fiona7::Builder::WidgetUpdater
- Inherits:
-
ObjUpdater
- Object
- ObjBuilder
- ObjUpdater
- Fiona7::Builder::WidgetUpdater
- Includes:
- WidgetBuilding
- Defined in:
- lib/fiona7/builder/widget_updater.rb
Instance Method Summary collapse
-
#initialize(owner_obj, widget_id, values, path_map) ⇒ WidgetUpdater
constructor
A new instance of WidgetUpdater.
Methods included from WidgetBuilding
Methods inherited from ObjBuilder
Methods included from NameAndParentFromPath
#name_and_parent_path_from_path
Constructor Details
#initialize(owner_obj, widget_id, values, path_map) ⇒ WidgetUpdater
Returns a new instance of WidgetUpdater.
8 9 10 |
# File 'lib/fiona7/builder/widget_updater.rb', line 8 def initialize(owner_obj, , values, path_map) @owner_obj, , @values, = owner_obj, , values.symbolize_keys, path_map end |