Class: NitroKit::Dropdown::Entry
- Inherits:
-
Data
- Object
- Data
- NitroKit::Dropdown::Entry
- Defined in:
- app/components/nitro_kit/dropdown.rb
Instance Attribute Summary collapse
-
#aria ⇒ Object
readonly
Returns the value of attribute aria.
-
#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.
-
#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.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#variant ⇒ Object
readonly
Returns the value of attribute variant.
Instance Attribute Details
#aria ⇒ Object (readonly)
Returns the value of attribute aria
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def aria @aria end |
#content ⇒ Object (readonly)
Returns the value of attribute content
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def content @content end |
#css_class ⇒ Object (readonly)
Returns the value of attribute css_class
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def css_class @css_class end |
#data ⇒ Object (readonly)
Returns the value of attribute data
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def data @data end |
#disabled ⇒ Object (readonly)
Returns the value of attribute disabled
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def disabled @disabled end |
#href ⇒ Object (readonly)
Returns the value of attribute href
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def href @href end |
#html ⇒ Object (readonly)
Returns the value of attribute html
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def html @html end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def icon @icon end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def kind @kind end |
#text ⇒ Object (readonly)
Returns the value of attribute text
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def text @text end |
#type ⇒ Object (readonly)
Returns the value of attribute type
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def type @type end |
#variant ⇒ Object (readonly)
Returns the value of attribute variant
23 24 25 |
# File 'app/components/nitro_kit/dropdown.rb', line 23 def variant @variant end |