Class: NitroKit::Tooltip::Trigger
- Inherits:
-
Data
- Object
- Data
- NitroKit::Tooltip::Trigger
- Defined in:
- app/components/nitro_kit/tooltip.rb
Instance Attribute Summary collapse
-
#aria ⇒ Object
readonly
Returns the value of attribute aria.
-
#as ⇒ Object
readonly
Returns the value of attribute as.
-
#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.
-
#disabled ⇒ Object
readonly
Returns the value of attribute disabled.
-
#download ⇒ Object
readonly
Returns the value of attribute download.
-
#href ⇒ Object
readonly
Returns the value of attribute href.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#icon_end ⇒ Object
readonly
Returns the value of attribute icon_end.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#rel ⇒ Object
readonly
Returns the value of attribute rel.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#variant ⇒ Object
readonly
Returns the value of attribute variant.
Instance Attribute Details
#aria ⇒ Object (readonly)
Returns the value of attribute aria
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def aria @aria end |
#as ⇒ Object (readonly)
Returns the value of attribute as
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def as @as end |
#content ⇒ Object (readonly)
Returns the value of attribute content
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def content @content end |
#css_class ⇒ Object (readonly)
Returns the value of attribute css_class
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def css_class @css_class end |
#data ⇒ Object (readonly)
Returns the value of attribute data
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def data @data end |
#disabled ⇒ Object (readonly)
Returns the value of attribute disabled
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def disabled @disabled end |
#download ⇒ Object (readonly)
Returns the value of attribute download
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def download @download end |
#href ⇒ Object (readonly)
Returns the value of attribute href
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def href @href end |
#html ⇒ Object (readonly)
Returns the value of attribute html
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def html @html end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def icon @icon end |
#icon_end ⇒ Object (readonly)
Returns the value of attribute icon_end
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def icon_end @icon_end end |
#label ⇒ Object (readonly)
Returns the value of attribute label
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def label @label end |
#rel ⇒ Object (readonly)
Returns the value of attribute rel
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def rel @rel end |
#size ⇒ Object (readonly)
Returns the value of attribute size
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def size @size end |
#target ⇒ Object (readonly)
Returns the value of attribute target
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def target @target end |
#text ⇒ Object (readonly)
Returns the value of attribute text
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def text @text end |
#variant ⇒ Object (readonly)
Returns the value of attribute variant
10 11 12 |
# File 'app/components/nitro_kit/tooltip.rb', line 10 def variant @variant end |