Class: Ambling::Stock::Settings::Strings

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/stock.rb

Overview

Processing data

(text) #

Defined Under Namespace

Classes: Months, Weekdays

Constant Summary collapse

VALUES =
[:processing_data,:loading_data,:wrong_date_format,:export_as_image,:collecting_data,:no_data,:months,:weekdays]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#collecting_dataObject

No data

(text) #



1900
1901
1902
# File 'lib/ambling/stock.rb', line 1900

def collecting_data
  @collecting_data
end

#export_as_imageObject

Collecting data

(text) #



1896
1897
1898
# File 'lib/ambling/stock.rb', line 1896

def export_as_image
  @export_as_image
end

#loading_dataObject

Check date format

(text) #



1888
1889
1890
# File 'lib/ambling/stock.rb', line 1888

def loading_data
  @loading_data
end

#monthsObject

Returns the value of attribute months.



1908
1909
1910
# File 'lib/ambling/stock.rb', line 1908

def months
  @months
end

#no_dataObject

Returns the value of attribute no_data.



1904
1905
1906
# File 'lib/ambling/stock.rb', line 1904

def no_data
  @no_data
end

#processing_dataObject

Loading data

(text) #



1884
1885
1886
# File 'lib/ambling/stock.rb', line 1884

def processing_data
  @processing_data
end

#weekdaysObject

Returns the value of attribute weekdays.



1912
1913
1914
# File 'lib/ambling/stock.rb', line 1912

def weekdays
  @weekdays
end

#wrong_date_formatObject

Export as image

(text) #



1892
1893
1894
# File 'lib/ambling/stock.rb', line 1892

def wrong_date_format
  @wrong_date_format
end