Class: Fiona7::AttributeWriters::AttributeWriter

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

Instance Method Summary collapse

Constructor Details

#initialize(obj, attr_name, obj_class, klass, widget_map) ⇒ AttributeWriter

Returns a new instance of AttributeWriter.



4
5
6
7
8
9
10
# File 'lib/fiona7/attribute_writers/attribute_writer.rb', line 4

def initialize(obj, attr_name, obj_class, klass, widget_map)
  self.obj        = obj
  self.attr_name  = attr_name
  self.obj_class  = obj_class
  self.klass      = klass
  self.widget_map = widget_map
end