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

To use the definitions in this file, load it right after you load the Holiday gem:

require 'holidays'
require 'generated_definitions/el'

All the definitions are available at github.com/holidays/holidays

Class Method Summary collapse

Class Method Details

.custom_methodsObject



38
39
40
41
42
# File 'lib/generated_definitions/el.rb', line 38

def self.custom_methods
  {
    
  }
end

.defined_regionsObject

:nodoc:



15
16
17
# File 'lib/generated_definitions/el.rb', line 15

def self.defined_regions
  [:el]
end

.holidays_by_monthObject



19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# File 'lib/generated_definitions/el.rb', line 19

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