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