Class: Ambling::Column::Settings::Labels
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::Labels
- Includes:
- Base
- Defined in:
- lib/ambling/column.rb
Overview
labels can also be added in data xml file, using exactly the same structure like it is here
Defined Under Namespace
Classes: Label
Constant Summary collapse
- VALUES =
[:label]
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label.
1060 1061 1062 |
# File 'lib/ambling/column.rb', line 1060 def label @label end |