Class: Ambling::Xy::Settings::Strings
- Inherits:
-
Object
- Object
- Ambling::Xy::Settings::Strings
- Includes:
- Base
- Defined in:
- lib/ambling/xy.rb
Defined Under Namespace
Classes: Months
Constant Summary collapse
- VALUES =
[:no_data,:export_as_image,:collecting_data,:ss,:mm,:hh,:DD,:months]
Instance Attribute Summary collapse
-
#collecting_data ⇒ Object
- Collecting data
-
(text) this text is displayed while exporting chart to an image.
-
#DD ⇒ Object
- d
-
unit of days.
-
#export_as_image ⇒ Object
- Export as image
-
(text) text for right click menu.
-
#hh ⇒ Object
- :
-
unit of hours.
-
#mm ⇒ Object
- :
-
unit of minutes.
-
#months ⇒ Object
Returns the value of attribute months.
-
#no_data ⇒ Object
- No data for selected period
-
(text) if data is missing, this message will be displayed.
-
#ss ⇒ Object
-
unit of seconds.
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
1223 1224 1225 |
# File 'lib/ambling/xy.rb', line 1223 def collecting_data @collecting_data end |
#DD ⇒ Object
- d
-
unit of days
1243 1244 1245 |
# File 'lib/ambling/xy.rb', line 1243 def DD @DD end |
#export_as_image ⇒ Object
- Export as image
-
(text) text for right click menu
1218 1219 1220 |
# File 'lib/ambling/xy.rb', line 1218 def export_as_image @export_as_image end |
#hh ⇒ Object
- :
-
unit of hours
1238 1239 1240 |
# File 'lib/ambling/xy.rb', line 1238 def hh @hh end |
#mm ⇒ Object
- :
-
unit of minutes
1233 1234 1235 |
# File 'lib/ambling/xy.rb', line 1233 def mm @mm end |
#months ⇒ Object
Returns the value of attribute months.
1248 1249 1250 |
# File 'lib/ambling/xy.rb', line 1248 def months @months end |
#no_data ⇒ Object
- No data for selected period
-
(text) if data is missing, this message will be displayed
1213 1214 1215 |
# File 'lib/ambling/xy.rb', line 1213 def no_data @no_data end |
#ss ⇒ Object
-
unit of seconds
1228 1229 1230 |
# File 'lib/ambling/xy.rb', line 1228 def ss @ss end |