Class: NitroKit::Toolbar::Region

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

Instance Attribute Summary collapse

Instance Attribute Details

#ariaObject (readonly)

Returns the value of attribute aria

Returns:

  • (Object)

    the current value of aria



5
6
7
# File 'app/components/nitro_kit/toolbar.rb', line 5

def aria
  @aria
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



5
6
7
# File 'app/components/nitro_kit/toolbar.rb', line 5

def content
  @content
end

#css_classObject (readonly)

Returns the value of attribute css_class

Returns:

  • (Object)

    the current value of css_class



5
6
7
# File 'app/components/nitro_kit/toolbar.rb', line 5

def css_class
  @css_class
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



5
6
7
# File 'app/components/nitro_kit/toolbar.rb', line 5

def data
  @data
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



5
6
7
# File 'app/components/nitro_kit/toolbar.rb', line 5

def html
  @html
end