class Thinreports::Core::Shape::StackView::Internal
Attributes
rows[RW]
Public Class Methods
new(parent, format)
click to toggle source
Calls superclass method
Thinreports::Core::Shape::Base::Internal::new
# File lib/thinreports/core/shape/stack_view/internal.rb, line 8 def initialize(parent, format) super @rows = [] end
Public Instance Methods
type_of?(type_name)
click to toggle source
# File lib/thinreports/core/shape/stack_view/internal.rb, line 15 def type_of?(type_name) type_name == StackView::TYPE_NAME end