Method: ObjectTable::StaticView#initialize
- Defined in:
- lib/object_table/static_view.rb
#initialize(parent, indices) ⇒ StaticView
Returns a new instance of StaticView.
9 10 11 12 13 14 15 |
# File 'lib/object_table/static_view.rb', line 9 def initialize(parent, indices) super() @parent = parent @indices = indices @columns = ObjectTable::BasicGrid.new @fully_cached = false end |