Class: NitroKit::Tooltip::TriggerAttributes

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

Instance Attribute Summary collapse

Instance Attribute Details

#ariaObject (readonly)

Returns the value of attribute aria

Returns:

  • (Object)

    the current value of aria



8
9
10
# File 'app/components/nitro_kit/tooltip.rb', line 8

def aria
  @aria
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



8
9
10
# File 'app/components/nitro_kit/tooltip.rb', line 8

def data
  @data
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



8
9
10
# File 'app/components/nitro_kit/tooltip.rb', line 8

def html
  @html
end