class Voom::Presenters::DSL::Components::ImageList::ImageListItem
Attributes
label[R]
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::Image::new
# File lib/voom/presenters/dsl/components/image_list.rb, line 31 def initialize(**attribs_, &block) super(type: :image_list_item, **attribs_, &block) @label = attribs_.delete(:label){ nil } expand! end