Module: Holidays::MX

Defined in:
lib/generated_definitions/mx.rb

Overview

This file is generated by the Ruby Holidays gem.

Definitions loaded: definitions/mx.yaml, definitions/north_america_informal.yaml

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

require 'holidays'
require 'generated_definitions/mx'

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

Class Method Summary collapse

Class Method Details

.custom_methodsObject



54
55
56
57
58
# File 'lib/generated_definitions/mx.rb', line 54

def self.custom_methods
  {
    
  }
end

.defined_regionsObject

:nodoc:



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

def self.defined_regions
  [:mx, :mx_pue, :us, :ca]
end

.holidays_by_monthObject



19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# File 'lib/generated_definitions/mx.rb', line 19

def self.holidays_by_month
  {
          1 => [{:mday => 1, :name => "Año nuevo", :regions => [:mx]},
        {:mday => 6, :name => "Dia de los Santos Reyes", :regions => [:mx]}],
  2 => [{:wday => 1, :week => 1, :name => "Día de la Constitución", :regions => [:mx]},
        {:mday => 2, :type => :informal, :name => "Groundhog Day", :regions => [:us, :ca]},
        {:mday => 14, :type => :informal, :name => "Valentine's Day", :regions => [:us, :ca]}],
  3 => [{:wday => 1, :week => 3, :name => "Natalicio de Benito Juárez", :regions => [:mx]},
        {:mday => 17, :type => :informal, :name => "St. Patrick's Day", :regions => [:us, :ca]}],
  4 => [{:mday => 30, :type => :informal, :name => "Día del Niño", :regions => [:mx]},
        {:mday => 1, :type => :informal, :name => "April Fool's Day", :regions => [:us, :ca]},
        {:mday => 22, :type => :informal, :name => "Earth Day", :regions => [:us, :ca]}],
  5 => [{:mday => 1, :name => "Día del Trabajo", :regions => [:mx]},
        {:mday => 5, :type => :informal, :name => "Cinco de Mayo", :regions => [:mx]},
        {:mday => 5, :name => "La Batalla de Puebla", :regions => [:mx_pue]},
        {:mday => 10, :type => :informal, :name => "Día de la Madre", :regions => [:mx]},
        {:mday => 15, :type => :informal, :name => "Día del Maestro", :regions => [:mx]},
        {:wday => 0, :week => 2, :type => :informal, :name => "Mother's Day", :regions => [:us, :ca]},
        {:wday => 6, :week => 3, :type => :informal, :name => "Armed Forces Day", :regions => [:us]}],
  6 => [{:wday => 0, :week => 3, :type => :informal, :name => "Día del Padre", :regions => [:mx]},
        {:wday => 0, :week => 3, :type => :informal, :name => "Father's Day", :regions => [:us, :ca]}],
  9 => [{:mday => 15, :name => "Grito de Dolores", :regions => [:mx]},
        {:mday => 16, :name => "Día de la Independencia", :regions => [:mx]}],
  10 => [{:mday => 12, :type => :informal, :name => "Día de la Raza", :regions => [:mx]},
        {:mday => 31, :type => :informal, :name => "Halloween", :regions => [:us, :ca]}],
  11 => [{:mday => 1, :type => :informal, :name => "Todos los Santos", :regions => [:mx]},
        {:mday => 2, :type => :informal, :name => "Los Fieles Difuntos", :regions => [:mx]},
        {:wday => 1, :week => 3, :name => "Día de la Revolución", :regions => [:mx]}],
  12 => [{:mday => 12, :type => :informal, :name => "Día de la Virgen de Guadalupe", :regions => [:mx]},
        {:mday => 24, :type => :informal, :name => "Nochebuena", :regions => [:mx]},
        {:mday => 25, :name => "Navidad", :regions => [:mx]},
        {:mday => 28, :name => "Los Santos Inocentes", :regions => [:mx]}]
  }
end