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

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

Constant Summary collapse

VALUES =
[:day]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#dayObject

Returns the value of attribute day.



1933
1934
1935
# File 'lib/ambling/stock.rb', line 1933

def day
  @day
end