class Avo::Resources::Items::ItemGroup
def initialize(name: nil, description: nil, view: nil, **args)
def initialize(name: nil, description: nil, view: nil, **args) @name = name @view = view @description = description @items_holder = Avo::Resources::Items::Holder.new @args = args post_initialize if respond_to?(:post_initialize) end