class BahaiDate::Occasion
Attributes
short_title[R]
short_title_html[R]
title[R]
title_html[R]
type[R]
work_suspended[R]
work_suspended?[R]
Public Class Methods
new(opts = {})
click to toggle source
# File lib/bahai_date/occasion.rb, line 11 def initialize(opts = {}) @type = opts[:type] @work_suspended = opts[:work_suspended] @title = opts[:title] @short_title = opts[:short_title] @title_html = opts[:title_html] @short_title_html = opts[:short_title_html] end