Class: Ambling::Pie::Settings::Strings
- Inherits:
-
Object
- Object
- Ambling::Pie::Settings::Strings
- Includes:
- Base
- Defined in:
- lib/ambling/pie.rb
Constant Summary collapse
- VALUES =
[:no_data,:export_as_image,:collecting_data]
Instance Attribute Summary collapse
-
#collecting_data ⇒ Object
- Collecting data
-
(text) this text is displayed while exporting chart to an image.
-
#export_as_image ⇒ Object
- Export as image
-
(text) text for right click menu.
-
#no_data ⇒ Object
- No data for selected period
-
(text) if data is missing, this message will be displayed.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#collecting_data ⇒ Object
- 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_image ⇒ Object
- 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_data ⇒ Object
- 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 |