Class: LobbyingDisclosureClient::Enums::GeneralIssueCode

Inherits:
T::Enum
  • Object
show all
Extended by:
T::Sig
Includes:
Interfaces::ValidatableEnum
Defined in:
lib/lobbying_disclosure_client/enums/general_issue_code.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# File 'lib/lobbying_disclosure_client/enums/general_issue_code.rb', line 95

def name
  case self
  when Acc then 'Accounting'
  when Adv then 'Advertising'
  when Aer then 'Aerospace'
  when Agr then 'Agriculture'
  when Alc then 'Alcohol and Drug Abuse'
  when Ani then 'Animals'
  when App then 'Apparel/Clothing Industry/Textiles'
  when Art then 'Arts/Entertainment'
  when Aut then 'Automotive Industry'
  when Avi then 'Aviation/Airlines/Airports'
  when Ban then 'Banking'
  when Bnk then 'Bankruptcy'
  when Bev then 'Beverage Industry'
  when Bud then 'Budget/Appropriations'
  when Civ then 'Civil Rights/Civil Liberties'
  when Chm then 'Chemicals/Chemical Industry'
  when Caw then 'Clean Air and Water (quality)'
  when Cdt then 'Commodities (big ticket)'
  when Com then 'Communications/Broadcasting/Radio/TV'
  when Cpi then 'Computer Industry'
  when Con then 'Constitution'
  when Csp then 'Consumer Issues/Safety/Products'
  when Cpt then 'Copyright/Patent/Trademark'
  when Def then 'Defense'
  when Dis then 'Disaster Planning/Emergencies'
  when Doc then 'District of Columbia'
  when Ecn then 'Economics/Economic Development'
  when Edu then 'Education'
  when Eng then 'Energy/Nuclear'
  when Env then 'Environment/Superfund'
  when Fam then 'Family issues/Abortion/Adoption'
  when Fin then 'Financial Institutions/Investments/Securities'
  when Fir then 'Firearms/Guns/Ammunition'
  when Foo then 'Food Industry (safety, labeling, etc.)'
  when For then 'Foreign Relations'
  when Fue then 'Fuel/Gas/Oil'
  when Gam then 'Gaming/Gambling/Casino'
  when Gov then 'Government Issues'
  when Hcr then 'Health Issues'
  when Hom then 'Homeland Security'
  when Hou then 'Housing'
  when Imm then 'Immigration'
  when Ind then 'Indian/Native American Affairs'
  when Ins then 'Insurance'
  when Int then 'Intelligence'
  when Lbr then 'Labor Issues/Antitrust/Workplace'
  when Law then 'Law Enforcement/Crime/Criminal Justice'
  when Man then 'Manufacturing'
  when Mar then 'Marine/Maritime/Boating/Fisheries'
  when Mia then 'Media (information/publishing)'
  when Med then 'Medical/Disease Research/Clinical Labs'
  when Mmm then 'Medicare/Medicaid'
  when Mon then 'Minting/Money/Gold Standard'
  when Nat then 'Natural Resources'
  when Pha then 'Pharmacy'
  when Pos then 'Postal'
  when Rrr then 'Railroads'
  when Res then 'Real Estate/Land Use/Conservation'
  when Rel then 'Religion'
  when Ret then 'Retirement'
  when Rod then 'Roads/Highway'
  when Sci then 'Science/Technology'
  when Smb then 'Small Business'
  when Spo then 'Sports/Athletics'
  when Tar then 'Tariff (miscellaneous tariff bills)'
  when Tax then 'Taxation/Internal Revenue Code'
  when Tec then 'Telecommunications'
  when Tob then 'Tobacco'
  when Tor then 'Torts'
  when Trd then 'Trade (domestic/foreign)'
  when Tra then 'Transportation'
  when Tou then 'Travel/Tourism'
  when Tru then 'Trucking/Shipping'
  when Urb then 'Urban Development/Municipalities'
  when Unm then 'Unemployment'
  when Uti then 'Utilities'
  when Vet then 'Veterans'
  when Was then 'Waste (hazardous/solid/interstate/nuclear)'
  when Wel then 'Welfare'
  else
    T.absurd(self)
  end
end