Class: NitroKit::Tabs::Tab

Inherits:
Data
  • Object
show all
Defined in:
app/components/nitro_kit/tabs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



7
8
9
# File 'app/components/nitro_kit/tabs.rb', line 7

def content
  @content
end

#disabledObject (readonly)

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



7
8
9
# File 'app/components/nitro_kit/tabs.rb', line 7

def disabled
  @disabled
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



7
8
9
# File 'app/components/nitro_kit/tabs.rb', line 7

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



7
8
9
# File 'app/components/nitro_kit/tabs.rb', line 7

def label
  @label
end