Class: NitroKit::DetailsTable::Field
- Inherits:
-
Data
- Object
- Data
- NitroKit::DetailsTable::Field
- Defined in:
- app/components/nitro_kit/details_table.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
readonly
Returns the value of attribute attribute.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#attribute ⇒ Object (readonly)
Returns the value of attribute attribute
9 10 11 |
# File 'app/components/nitro_kit/details_table.rb', line 9 def attribute @attribute end |
#content ⇒ Object (readonly)
Returns the value of attribute content
9 10 11 |
# File 'app/components/nitro_kit/details_table.rb', line 9 def content @content end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'app/components/nitro_kit/details_table.rb', line 9 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'app/components/nitro_kit/details_table.rb', line 9 def value @value end |