Class: Ambling::Line::Settings::Labels

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

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#labelObject

Returns the value of attribute label.



1510
1511
1512
# File 'lib/ambling/line.rb', line 1510

def label
  @label
end