Class: NitroKit::Tooltip::TriggerAttributes
- Inherits:
-
Data
- Object
- Data
- NitroKit::Tooltip::TriggerAttributes
- Defined in:
- app/components/nitro_kit/tooltip.rb
Instance Attribute Summary collapse
-
#aria ⇒ Object
readonly
Returns the value of attribute aria.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
Instance Attribute Details
#aria ⇒ Object (readonly)
Returns the value of attribute aria
8 9 10 |
# File 'app/components/nitro_kit/tooltip.rb', line 8 def aria @aria end |
#data ⇒ Object (readonly)
Returns the value of attribute data
8 9 10 |
# File 'app/components/nitro_kit/tooltip.rb', line 8 def data @data end |
#html ⇒ Object (readonly)
Returns the value of attribute html
8 9 10 |
# File 'app/components/nitro_kit/tooltip.rb', line 8 def html @html end |