Class: NitroKit::Dropdown::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#ariaObject (readonly)

Returns the value of attribute aria

Returns:

  • (Object)

    the current value of aria



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def aria
  @aria
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def content
  @content
end

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def css_class
  @css_class
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def data
  @data
end

#disabledObject (readonly)

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def disabled
  @disabled
end

#hrefObject (readonly)

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def href
  @href
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def html
  @html
end

#iconObject (readonly)

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def icon
  @icon
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def kind
  @kind
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def text
  @text
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def type
  @type
end

#variantObject (readonly)

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



23
24
25
# File 'app/components/nitro_kit/dropdown.rb', line 23

def variant
  @variant
end