Class: Ambling::Pie::Settings::Labels

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/pie.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.



771
772
773
# File 'lib/ambling/pie.rb', line 771

def label
  @label
end