Class: NitroKit::Table::Caption
- Inherits:
-
Data
- Object
- Data
- NitroKit::Table::Caption
- Defined in:
- app/components/nitro_kit/table.rb
Instance Attribute Summary collapse
-
#aria ⇒ Object
readonly
Returns the value of attribute aria.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#css_class ⇒ Object
readonly
Returns the value of attribute css_class.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#aria ⇒ Object (readonly)
Returns the value of attribute aria
11 12 13 |
# File 'app/components/nitro_kit/table.rb', line 11 def aria @aria end |
#content ⇒ Object (readonly)
Returns the value of attribute content
11 12 13 |
# File 'app/components/nitro_kit/table.rb', line 11 def content @content end |
#css_class ⇒ Object (readonly)
Returns the value of attribute css_class
11 12 13 |
# File 'app/components/nitro_kit/table.rb', line 11 def css_class @css_class end |
#data ⇒ Object (readonly)
Returns the value of attribute data
11 12 13 |
# File 'app/components/nitro_kit/table.rb', line 11 def data @data end |
#html ⇒ Object (readonly)
Returns the value of attribute html
11 12 13 |
# File 'app/components/nitro_kit/table.rb', line 11 def html @html end |
#text ⇒ Object (readonly)
Returns the value of attribute text
11 12 13 |
# File 'app/components/nitro_kit/table.rb', line 11 def text @text end |