Class: NitroKit::Toolbar::Region
- Inherits:
-
Data
- Object
- Data
- NitroKit::Toolbar::Region
- Defined in:
- app/components/nitro_kit/toolbar.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.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
Instance Attribute Details
#aria ⇒ Object (readonly)
Returns the value of attribute aria
5 6 7 |
# File 'app/components/nitro_kit/toolbar.rb', line 5 def aria @aria end |
#content ⇒ Object (readonly)
Returns the value of attribute content
5 6 7 |
# File 'app/components/nitro_kit/toolbar.rb', line 5 def content @content end |
#css_class ⇒ Object (readonly)
Returns the value of attribute css_class
5 6 7 |
# File 'app/components/nitro_kit/toolbar.rb', line 5 def css_class @css_class end |
#data ⇒ Object (readonly)
Returns the value of attribute data
5 6 7 |
# File 'app/components/nitro_kit/toolbar.rb', line 5 def data @data end |
#html ⇒ Object (readonly)
Returns the value of attribute html
5 6 7 |
# File 'app/components/nitro_kit/toolbar.rb', line 5 def html @html end |