Class: DatePicker::Config
- Inherits:
-
Object
- Object
- DatePicker::Config
- Defined in:
- lib/date_picker.rb
Instance Attribute Summary collapse
-
#formats ⇒ Object
Returns the value of attribute formats.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#formats ⇒ Object
Returns the value of attribute formats.
13 14 15 |
# File 'lib/date_picker.rb', line 13 def formats @formats end |
#style ⇒ Object
Returns the value of attribute style.
13 14 15 |
# File 'lib/date_picker.rb', line 13 def style @style end |