Class: NitroKit::Table::Caption

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



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

def aria
  @aria
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



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

def css_class
  @css_class
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



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

def data
  @data
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



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

def html
  @html
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end