Class: NitroKit::FormSection::Child

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

Instance Attribute Summary collapse

Instance Attribute Details

#componentObject (readonly)

Returns the value of attribute component

Returns:

  • (Object)

    the current value of component



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

def component
  @component
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end