Class: When::CalendarNote::ChineseSolar

Inherits:
ChineseLuniSolar show all
Defined in:
lib/when_exe/region/chinese/notes.rb

Overview

節月の暦注

Constant Summary collapse

Notes =

年月日の暦注

ChineseLuniSolar::Notes

Constants inherited from ChineseLuniSolar

When::CalendarNote::ChineseLuniSolar::Holidays

Constants inherited from When::CalendarNote

Bahai, CalendarDepend, Chinese, CommonWithRokuyo, CommonWithSovietFiveDay, CommonWithSovietSixDay, Default, Javanese, JulianDay, Mayan, Tibetan, Yis

Constants included from Namespace

Namespace::DC, Namespace::DCQ, Namespace::DCT, Namespace::FOAF, Namespace::OWL, Namespace::RDF, Namespace::RDFC, Namespace::RDFS, Namespace::RSS, Namespace::XSD

Instance Attribute Summary

Attributes inherited from When::CalendarNote

#event

Attributes inherited from TM::ReferenceSystem

#domain_of_validity, #position

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

#child, #keys, #locale, #namespace

Instance Method Summary collapse

Methods inherited from ChineseLuniSolar

#_day_notes, #holiday, #motsu, #solarterm, #stembranch, #week, #year

Methods inherited from When::CalendarNote

#copy, #day, #duration, #enum_for, #include?, #month, #note?, #notes, #year

Methods inherited from TM::ReferenceSystem

#domain, #name

Methods included from Parts::Resource

#[], #^, _instance, _setup_, _setup_info, base_uri, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #parent, #registered?, root_dir

Methods included from Parts::Resource::Pool

#[], #[]=, #_setup_

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource

Instance Method Details

#_normalize(args = [], options = {}) ⇒ Object

オブジェクトの正規化



213
214
215
216
# File 'lib/when_exe/region/chinese/notes.rb', line 213

def _normalize(args=[], options={})
  @_all_keys  ||= [%w(Year), %w(Month), %w(Week StemBranch SolarTerm Motsu)]
  super
end