Class: Ambling::Column::Settings::Strings
- Inherits:
-
Object
- Object
- Ambling::Column::Settings::Strings
- Includes:
- Base
- Defined in:
- lib/ambling/column.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
1017 1018 1019 |
# File 'lib/ambling/column.rb', line 1017 def collecting_data @collecting_data end |
#export_as_image ⇒ Object
- Export as image
-
(text) text for right click menu
1012 1013 1014 |
# File 'lib/ambling/column.rb', line 1012 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
1007 1008 1009 |
# File 'lib/ambling/column.rb', line 1007 def no_data @no_data end |