Class: Hold::ObjectCell::ArrayPropertyCell

Inherits:
PropertyCell show all
Includes:
ArrayCell
Defined in:
lib/hold/interfaces/object_cell.rb

Overview

These are here for you to use if you want to use them for Array properties gotten via ObjectCells, although the default implementation of property_cell doesn’t do this

Method Summary

Methods included from ArrayCell

#can_get_class?, #can_get_item_class?, #can_set_class?, #can_set_item_class?, #get_lazy_array, #get_length, #get_slice

Methods included from Cell

#can_get_class?, #can_set_class?, #clear, #empty?, #get_unless_empty, #set_if_empty, #set_unless_empty, #value, #value=

Methods inherited from PropertyCell

#clear, #empty?, #get, #initialize, #set

Constructor Details

This class inherits a constructor from Hold::ObjectCell::PropertyCell