Class: Ambling::Stock::Settings::DataSets
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::DataSets
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
start of data set settings #
Defined Under Namespace
Classes: DataSet
Constant Summary collapse
- VALUES =
[:data_set]
Instance Attribute Summary collapse
-
#data_set ⇒ Object
-
(text) data set title is displayed in a drop down for selecting data set, in a list box for comparing one data set with another and may be displayed in a chart’s header #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#data_set ⇒ Object
-
(text) data set title is displayed in a drop down for selecting data set, in a
list box for comparing one data set with another and may be displayed in a chart's header #
231 232 233 |
# File 'lib/ambling/stock.rb', line 231 def data_set @data_set end |