Class: RelatonUn::Hit

Inherits:
RelatonBib::Hit
  • Object
show all
Defined in:
lib/relaton_un/hit.rb

Overview

Hit.

Constant Summary collapse

BODY =

There is distribution PRO (A/47/PV.102/CORR.1, A/47/PV.54)

{
  "A" => "General Assembly",
  "E" => "Economic and Social Council",
  "S" => "Security Council",
  "T" => "Trusteeship Council",
  "ACC" => "Administrative Committee on Coordination",
  "AT" => "United Nations Administrative Tribunal",
  "CAT" => "Committee against Torture",
  "CCPR" => "Human Rights Committee",
  "CD" => "Conference on Disarmament",
  "CEDAW" => "Committee on the Elimination of All Forms of Discrimination against Women",
  "CERD" => "Committee on the Elimination of Racial Discrimination",
  "CRC" => "Committee on the Rights of the Child",
  "DC" => "Disarmament Commission",
  "DP" => "United Nations Development Programme",
  "HS" => "United Nations Centre for Human Settlements (HABITAT)",
  "TD" => "United Nations Conference on Trade and Development",
  "UNEP" => "United Nations Environment Programme",
  "TRADE" => "Committee on Trade",
  "CEFACT" => "Centre for Trade Facilitation and Electronic Business",
  "C.1" => "Disarmament and International Security Committee",
  "C.2" => "Economic and Financial Committee",
  "C.3" => "Social, Humanitarian & Cultural Issues",
  "C.4" => "Special Political and Decolonization Committee",
  "C.5" => "Administrative and Budgetary Committee",
  "C.6" => "Sixth Committee (Legal)",
  "PC" => "Preparatory Committee",
  "AEC" => "Atomic Energy Commission",
  "AGRI" => "Committee on Agriculture",
  "AMCEN" => "African Ministerial Conference on the Environment",
  "AMCOW" => "African Ministers’ Council on Water",
  "ECA" => "Economic Commission for Africa",
  "ESCAP" => "Economic and Social Commission for Asia and Pacific",
  "ECE" => "Economic Commission for Europe",
  "ECWA" => "Economic Commission for Western Asia",
  "UNFF" => "United Nations Forum on Forests",
  "ENERGY" => "Committee on Sustainable Energy",
  "FAO" => "Food and Agriculture Organization",
  "UNCTAD" => "United Nations Conference on Trade and Development",
}.freeze

Instance Method Summary collapse

Instance Method Details

#fetchRelatonUn::UnBibliographicItem

Parse page.



53
54
55
# File 'lib/relaton_un/hit.rb', line 53

def fetch
  @fetch ||= un_bib_item
end