Class: Fiona7::Builder::WidgetUpdater

Inherits:
ObjUpdater show all
Includes:
WidgetBuilding
Defined in:
lib/fiona7/builder/widget_updater.rb

Instance Method Summary collapse

Methods included from WidgetBuilding

#build, #path

Methods inherited from ObjBuilder

#build, #validate

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, widget_id, values, path_map)
  @owner_obj, @widget_id, @values, @widget_path_map = owner_obj, widget_id, values.symbolize_keys, path_map
end