Class: NitroKit::ButtonGroup::Entry

Inherits:
Data
  • Object
show all
Defined in:
app/components/nitro_kit/button_group.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buttonObject (readonly)

Returns the value of attribute button

Returns:

  • (Object)

    the current value of button



5
6
7
# File 'app/components/nitro_kit/button_group.rb', line 5

def button
  @button
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



5
6
7
# File 'app/components/nitro_kit/button_group.rb', line 5

def content
  @content
end