Class: DateValues::Configuration
- Inherits:
-
Object
- Object
- DateValues::Configuration
- Defined in:
- lib/date_values/configuration.rb
Instance Attribute Summary collapse
-
#month_day_order ⇒ Object
Returns the value of attribute month_day_order.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 |
# File 'lib/date_values/configuration.rb', line 7 def initialize @month_day_order = :month_first end |
Instance Attribute Details
#month_day_order ⇒ Object
Returns the value of attribute month_day_order.
5 6 7 |
# File 'lib/date_values/configuration.rb', line 5 def month_day_order @month_day_order end |