Class: Ambling::Pie::Settings::Strings

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/pie.rb

Constant Summary collapse

VALUES =
[:no_data,:export_as_image,:collecting_data]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#collecting_dataObject

Collecting data

(text) this text is displayed while exporting chart to an image



728
729
730
# File 'lib/ambling/pie.rb', line 728

def collecting_data
  @collecting_data
end

#export_as_imageObject

Export as image

(text) text for right click menu



723
724
725
# File 'lib/ambling/pie.rb', line 723

def export_as_image
  @export_as_image
end

#no_dataObject

No data for selected period

(text) if data is missing, this message will be displayed



718
719
720
# File 'lib/ambling/pie.rb', line 718

def no_data
  @no_data
end