Module: Holidays::VI

Defined in:
lib/holidays/vi.rb

Overview

This file is generated by the Ruby Holidays gem.

Definitions loaded: data/vi.yaml

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

require 'holidays'
require 'holidays/vi'

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

Class Method Summary collapse

Class Method Details

.defined_regionsObject

:nodoc:



15
16
17
# File 'lib/holidays/vi.rb', line 15

def self.defined_regions
  [:vi]
end

.holidays_by_monthObject



19
20
21
22
23
24
25
26
# File 'lib/holidays/vi.rb', line 19

def self.holidays_by_month
  {
          1 => [{:mday => 1, :name => "New Year", :regions => [:vi]}],
  4 => [{:mday => 30, :name => "Liberation Day", :regions => [:vi]}],
  5 => [{:mday => 1, :name => "International Workers' Day", :regions => [:vi]}],
  9 => [{:mday => 2, :name => "National Day", :regions => [:vi]}]
  }
end