class Thinreports::Core::Shape::StackView::Interface

Private Instance Methods

init_internal(parent, format) click to toggle source
# File lib/thinreports/core/shape/stack_view/interface.rb, line 10
def init_internal(parent, format)
  StackView::Internal.new(parent, format)
end