Class: Fiona7::WidgetResolver
- Inherits:
-
Object
- Object
- Fiona7::WidgetResolver
- Defined in:
- lib/fiona7/widget_resolver.rb
Instance Attribute Summary collapse
-
#id_map ⇒ Object
readonly
Returns the value of attribute id_map.
-
#instance_map ⇒ Object
readonly
Returns the value of attribute instance_map.
-
#path_map ⇒ Object
readonly
Returns the value of attribute path_map.
Instance Method Summary collapse
- #all ⇒ Object
-
#initialize(widget_pool_value, obj_repository) ⇒ WidgetResolver
constructor
A new instance of WidgetResolver.
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(, obj_repository) self.value = self.obj_repository = obj_repository self.preload end |
Instance Attribute Details
#id_map ⇒ Object
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_map ⇒ Object
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_map ⇒ Object
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
#all ⇒ Object
12 13 14 |
# File 'lib/fiona7/widget_resolver.rb', line 12 def all self.instance_map.values end |