Class: Ambling::Column::Settings::Labels

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#labelObject

Returns the value of attribute label.



1060
1061
1062
# File 'lib/ambling/column.rb', line 1060

def label
  @label
end