Class: Ambling::Line::Settings::Labels
- Inherits:
-
Object
- Object
- Ambling::Line::Settings::Labels
- Includes:
- Base
- Defined in:
- lib/ambling/line.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.
1510 1511 1512 |
# File 'lib/ambling/line.rb', line 1510 def label @label end |