Class: SolidusAdmin::UI::Pages::Index::Component::Tab

Inherits:
Struct
  • Object
show all
Defined in:
app/components/solidus_admin/ui/pages/index/component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



6
7
8
# File 'app/components/solidus_admin/ui/pages/index/component.rb', line 6

def current
  @current
end

#hrefObject

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



6
7
8
# File 'app/components/solidus_admin/ui/pages/index/component.rb', line 6

def href
  @href
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



6
7
8
# File 'app/components/solidus_admin/ui/pages/index/component.rb', line 6

def text
  @text
end