Class: NitroKit::Tooltip::Trigger

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



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def aria
  @aria
end

#asObject (readonly)

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def as
  @as
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def content
  @content
end

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def css_class
  @css_class
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def data
  @data
end

#disabledObject (readonly)

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def disabled
  @disabled
end

#downloadObject (readonly)

Returns the value of attribute download

Returns:

  • (Object)

    the current value of download



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def download
  @download
end

#hrefObject (readonly)

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def href
  @href
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def html
  @html
end

#iconObject (readonly)

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def icon
  @icon
end

#icon_endObject (readonly)

Returns the value of attribute icon_end

Returns:

  • (Object)

    the current value of icon_end



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def icon_end
  @icon_end
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def label
  @label
end

#relObject (readonly)

Returns the value of attribute rel

Returns:

  • (Object)

    the current value of rel



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def rel
  @rel
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def size
  @size
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def target
  @target
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def text
  @text
end

#variantObject (readonly)

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



10
11
12
# File 'app/components/nitro_kit/tooltip.rb', line 10

def variant
  @variant
end