class Pohoda::Parsers::MKasa::ModeCalendarType
Public Instance Methods
april()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 31 def april at 'mKasa:april' end
april_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 35 def april_attributes attributes_at 'mKasa:april' end
august()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 63 def august at 'mKasa:august' end
august_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 67 def august_attributes attributes_at 'mKasa:august' end
december()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 95 def december at 'mKasa:december' end
december_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 99 def december_attributes attributes_at 'mKasa:december' end
february()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 15 def february at 'mKasa:february' end
february_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 19 def february_attributes attributes_at 'mKasa:february' end
january()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 7 def january at 'mKasa:january' end
january_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 11 def january_attributes attributes_at 'mKasa:january' end
july()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 55 def july at 'mKasa:july' end
july_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 59 def july_attributes attributes_at 'mKasa:july' end
june()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 47 def june at 'mKasa:june' end
june_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 51 def june_attributes attributes_at 'mKasa:june' end
march()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 23 def march at 'mKasa:march' end
march_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 27 def march_attributes attributes_at 'mKasa:march' end
may()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 39 def may at 'mKasa:may' end
may_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 43 def may_attributes attributes_at 'mKasa:may' end
november()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 87 def november at 'mKasa:november' end
november_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 91 def november_attributes attributes_at 'mKasa:november' end
october()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 79 def october at 'mKasa:october' end
october_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 83 def october_attributes attributes_at 'mKasa:october' end
september()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 71 def september at 'mKasa:september' end
september_attributes()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 75 def september_attributes attributes_at 'mKasa:september' end
to_h()
click to toggle source
# File lib/pohoda/parsers/m_kasa/mode_calendar_type.rb, line 103 def to_h hash = {} hash[:attributes] = attributes hash[:january] = january if has? 'mKasa:january' hash[:january_attributes] = january_attributes if has? 'mKasa:january' hash[:february] = february if has? 'mKasa:february' hash[:february_attributes] = february_attributes if has? 'mKasa:february' hash[:march] = march if has? 'mKasa:march' hash[:march_attributes] = march_attributes if has? 'mKasa:march' hash[:april] = april if has? 'mKasa:april' hash[:april_attributes] = april_attributes if has? 'mKasa:april' hash[:may] = may if has? 'mKasa:may' hash[:may_attributes] = may_attributes if has? 'mKasa:may' hash[:june] = june if has? 'mKasa:june' hash[:june_attributes] = june_attributes if has? 'mKasa:june' hash[:july] = july if has? 'mKasa:july' hash[:july_attributes] = july_attributes if has? 'mKasa:july' hash[:august] = august if has? 'mKasa:august' hash[:august_attributes] = august_attributes if has? 'mKasa:august' hash[:september] = september if has? 'mKasa:september' hash[:september_attributes] = september_attributes if has? 'mKasa:september' hash[:october] = october if has? 'mKasa:october' hash[:october_attributes] = october_attributes if has? 'mKasa:october' hash[:november] = november if has? 'mKasa:november' hash[:november_attributes] = november_attributes if has? 'mKasa:november' hash[:december] = december if has? 'mKasa:december' hash[:december_attributes] = december_attributes if has? 'mKasa:december' hash end