Class: Ambling::Stock::Settings::Strings
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Strings
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- Processing data
-
(text) #
Defined Under Namespace
Constant Summary collapse
- VALUES =
[:processing_data,:loading_data,:wrong_date_format,:export_as_image,:collecting_data,:no_data,:months,:weekdays]
Instance Attribute Summary collapse
-
#collecting_data ⇒ Object
- No data
-
(text) #.
-
#export_as_image ⇒ Object
- Collecting data
-
(text) #.
-
#loading_data ⇒ Object
- Check date format
-
(text) #.
-
#months ⇒ Object
Returns the value of attribute months.
-
#no_data ⇒ Object
Returns the value of attribute no_data.
-
#processing_data ⇒ Object
- Loading data
-
(text) #.
-
#weekdays ⇒ Object
Returns the value of attribute weekdays.
-
#wrong_date_format ⇒ Object
- Export as image
-
(text) #.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#collecting_data ⇒ Object
- No data
-
(text) #
1900 1901 1902 |
# File 'lib/ambling/stock.rb', line 1900 def collecting_data @collecting_data end |
#export_as_image ⇒ Object
- Collecting data
-
(text) #
1896 1897 1898 |
# File 'lib/ambling/stock.rb', line 1896 def export_as_image @export_as_image end |
#loading_data ⇒ Object
- Check date format
-
(text) #
1888 1889 1890 |
# File 'lib/ambling/stock.rb', line 1888 def loading_data @loading_data end |
#months ⇒ Object
Returns the value of attribute months.
1908 1909 1910 |
# File 'lib/ambling/stock.rb', line 1908 def months @months end |
#no_data ⇒ Object
Returns the value of attribute no_data.
1904 1905 1906 |
# File 'lib/ambling/stock.rb', line 1904 def no_data @no_data end |
#processing_data ⇒ Object
- Loading data
-
(text) #
1884 1885 1886 |
# File 'lib/ambling/stock.rb', line 1884 def processing_data @processing_data end |
#weekdays ⇒ Object
Returns the value of attribute weekdays.
1912 1913 1914 |
# File 'lib/ambling/stock.rb', line 1912 def weekdays @weekdays end |
#wrong_date_format ⇒ Object
- Export as image
-
(text) #
1892 1893 1894 |
# File 'lib/ambling/stock.rb', line 1892 def wrong_date_format @wrong_date_format end |