Class: Fiona7::WidgetResolver

Inherits:
Object
  • Object
show all
Defined in:
lib/fiona7/widget_resolver.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(widget_pool_value, obj_repository) ⇒ WidgetResolver

Returns a new instance of WidgetResolver.



3
4
5
6
7
8
# File 'lib/fiona7/widget_resolver.rb', line 3

def initialize(widget_pool_value, obj_repository)
  self.value          = widget_pool_value
  self.obj_repository = obj_repository

  self.preload
end

Instance Attribute Details

#id_mapObject

Returns the value of attribute id_map.



10
11
12
# File 'lib/fiona7/widget_resolver.rb', line 10

def id_map
  @id_map
end

#instance_mapObject

Returns the value of attribute instance_map.



10
11
12
# File 'lib/fiona7/widget_resolver.rb', line 10

def instance_map
  @instance_map
end

#path_mapObject

Returns the value of attribute path_map.



10
11
12
# File 'lib/fiona7/widget_resolver.rb', line 10

def path_map
  @path_map
end

Instance Method Details

#allObject



12
13
14
# File 'lib/fiona7/widget_resolver.rb', line 12

def all
  self.instance_map.values
end