Class: Ambling::Column::Settings::Strings

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



1017
1018
1019
# File 'lib/ambling/column.rb', line 1017

def collecting_data
  @collecting_data
end

#export_as_imageObject

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_dataObject

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