Module: Holidays::EL
- Defined in:
- lib/generated_definitions/el.rb
Overview
This file is generated by the Ruby Holidays gem.
Definitions loaded: definitions/el.yaml
All the definitions are available at github.com/holidays/holidays
Class Method Summary collapse
Class Method Details
.custom_methods ⇒ Object
32 33 34 35 36 |
# File 'lib/generated_definitions/el.rb', line 32 def self.custom_methods { } end |
.defined_regions ⇒ Object
:nodoc:
9 10 11 |
# File 'lib/generated_definitions/el.rb', line 9 def self.defined_regions [:el] end |
.holidays_by_month ⇒ Object
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/generated_definitions/el.rb', line 13 def self.holidays_by_month { 0 => [{:function => "orthodox_easter(year)", :function_arguments => [:year], :function_modifier => -2, :name => "Μεγάλη Παρασκευή", :regions => [:el]}, {:function => "orthodox_easter(year)", :function_arguments => [:year], :function_modifier => -1, :name => "Μεγάλο Σάββατο", :regions => [:el]}, {:function => "orthodox_easter(year)", :function_arguments => [:year], :name => "Κυριακή του Πάσχα", :regions => [:el]}, {:function => "orthodox_easter(year)", :function_arguments => [:year], :function_modifier => 1, :name => "Δευτέρα του Πάσχα", :regions => [:el]}, {:function => "orthodox_easter(year)", :function_arguments => [:year], :function_modifier => -48, :name => "Καθαρά Δευτέρα", :regions => [:el]}, {:function => "orthodox_easter(year)", :function_arguments => [:year], :function_modifier => 50, :name => "Αγίου Πνεύματος", :regions => [:el]}], 1 => [{:mday => 1, :name => "Πρωτοχρονιά", :regions => [:el]}, {:mday => 6, :name => "Θεοφάνεια", :regions => [:el]}], 3 => [{:mday => 25, :name => "Επέτειος της Επανάστασης του 1821", :regions => [:el]}], 5 => [{:mday => 1, :name => "Πρωτομαγιά", :regions => [:el]}], 8 => [{:mday => 15, :name => "Κοίμηση της Θεοτόκου", :regions => [:el]}], 10 => [{:mday => 28, :name => "Επέτειος του Όχι", :regions => [:el]}], 12 => [{:mday => 25, :name => "Χριστούγεννα", :regions => [:el]}, {:mday => 26, :name => "Δεύτερη ημέρα των Χριστουγέννων", :regions => [:el]}] } end |