Method: Hold::ObjectCell::PropertyCell#initialize

Defined in:
lib/hold/interfaces/object_cell.rb

#initialize(object_cell, property_name) ⇒ PropertyCell

Returns a new instance of PropertyCell.



70
71
72
73
# File 'lib/hold/interfaces/object_cell.rb', line 70

def initialize(object_cell, property_name)
  @object_cell = object_cell
  @property_name = property_name
end