Class: Wice::BsCalendarHelpers::CalendarData
- Defined in:
- lib/wice/helpers/bs_calendar_helpers.rb
Overview
A struct containing all data for rendering a calendar
Instance Attribute Summary collapse
-
#close_calendar_event_name ⇒ Object
:nodoc:.
-
#date_div_id ⇒ Object
:nodoc:.
-
#date_string ⇒ Object
:nodoc:.
-
#datepicker_placeholder_id ⇒ Object
:nodoc:.
-
#dom_id ⇒ Object
:nodoc:.
-
#fire_event ⇒ Object
:nodoc:.
-
#name ⇒ Object
:nodoc:.
-
#the_other_datepicker_id_from ⇒ Object
:nodoc:.
-
#the_other_datepicker_id_to ⇒ Object
:nodoc:.
Instance Attribute Details
#close_calendar_event_name ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def close_calendar_event_name @close_calendar_event_name end |
#date_div_id ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def date_div_id @date_div_id end |
#date_string ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def date_string @date_string end |
#datepicker_placeholder_id ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def datepicker_placeholder_id @datepicker_placeholder_id end |
#dom_id ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def dom_id @dom_id end |
#fire_event ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def fire_event @fire_event end |
#name ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def name @name end |
#the_other_datepicker_id_from ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def the_other_datepicker_id_from @the_other_datepicker_id_from end |
#the_other_datepicker_id_to ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8 def the_other_datepicker_id_to @the_other_datepicker_id_to end |