Class: NitroKit::Table::Section

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

Instance Attribute Summary collapse

Instance Attribute Details

#ariaObject (readonly)

Returns the value of attribute aria

Returns:

  • (Object)

    the current value of aria



10
11
12
# File 'app/components/nitro_kit/table.rb', line 10

def aria
  @aria
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'app/components/nitro_kit/table.rb', line 10

def content
  @content
end

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



10
11
12
# File 'app/components/nitro_kit/table.rb', line 10

def css_class
  @css_class
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'app/components/nitro_kit/table.rb', line 10

def data
  @data
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



10
11
12
# File 'app/components/nitro_kit/table.rb', line 10

def html
  @html
end