Class: Wice::BsCalendarHelpers::CalendarData

Inherits:
Object
  • Object
show all
Defined in:
lib/wice/helpers/bs_calendar_helpers.rb

Overview

A struct containing all data for rendering a calendar

Instance Attribute Summary collapse

Instance Attribute Details

#close_calendar_event_nameObject

: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_idObject

:nodoc:



8
9
10
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8

def date_div_id
  @date_div_id
end

#date_stringObject

:nodoc:



8
9
10
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8

def date_string
  @date_string
end

#datepicker_placeholder_idObject

:nodoc:



8
9
10
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8

def datepicker_placeholder_id
  @datepicker_placeholder_id
end

#dom_idObject

:nodoc:



8
9
10
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8

def dom_id
  @dom_id
end

#fire_eventObject

:nodoc:



8
9
10
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8

def fire_event
  @fire_event
end

#nameObject

:nodoc:



8
9
10
# File 'lib/wice/helpers/bs_calendar_helpers.rb', line 8

def name
  @name
end

#the_other_datepicker_id_fromObject

: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_toObject

: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