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