Class: NitroKit::DetailsTable::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject (readonly)

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



9
10
11
# File 'app/components/nitro_kit/details_table.rb', line 9

def attribute
  @attribute
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



9
10
11
# File 'app/components/nitro_kit/details_table.rb', line 9

def content
  @content
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'app/components/nitro_kit/details_table.rb', line 9

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'app/components/nitro_kit/details_table.rb', line 9

def value
  @value
end