Class: Ambling::Stock::Settings::Strings::Weekdays
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::Strings::Weekdays
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Constant Summary collapse
- VALUES =
[:day]
Instance Attribute Summary collapse
-
#day ⇒ Object
Returns the value of attribute day.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#day ⇒ Object
Returns the value of attribute day.
1933 1934 1935 |
# File 'lib/ambling/stock.rb', line 1933 def day @day end |