Class: SolidusAdmin::UI::Pages::Index::Component::Tab
- Inherits:
-
Struct
- Object
- Struct
- SolidusAdmin::UI::Pages::Index::Component::Tab
- Defined in:
- app/components/solidus_admin/ui/pages/index/component.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#href ⇒ Object
Returns the value of attribute href.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
6 7 8 |
# File 'app/components/solidus_admin/ui/pages/index/component.rb', line 6 def current @current end |
#href ⇒ Object
Returns the value of attribute href
6 7 8 |
# File 'app/components/solidus_admin/ui/pages/index/component.rb', line 6 def href @href end |
#text ⇒ Object
Returns the value of attribute text
6 7 8 |
# File 'app/components/solidus_admin/ui/pages/index/component.rb', line 6 def text @text end |