Class: NitroKit::Accordion::Item
- Inherits:
-
Data
- Object
- Data
- NitroKit::Accordion::Item
- Defined in:
- app/components/nitro_kit/accordion.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#expanded ⇒ Object
readonly
Returns the value of attribute expanded.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
6 7 8 |
# File 'app/components/nitro_kit/accordion.rb', line 6 def content @content end |
#expanded ⇒ Object (readonly)
Returns the value of attribute expanded
6 7 8 |
# File 'app/components/nitro_kit/accordion.rb', line 6 def @expanded end |
#key ⇒ Object (readonly)
Returns the value of attribute key
6 7 8 |
# File 'app/components/nitro_kit/accordion.rb', line 6 def key @key end |
#title ⇒ Object (readonly)
Returns the value of attribute title
6 7 8 |
# File 'app/components/nitro_kit/accordion.rb', line 6 def title @title end |