Class: SmartyStreets::USEnrichment::Risk::Attributes

Inherits:
Object
  • Object
show all
Defined in:
lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ Attributes

Returns a new instance of Attributes.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 54

def initialize(obj)
    @AGRIVALUE = obj['AGRIVALUE']
    @ALR_NPCTL = obj['ALR_NPCTL']
    @ALR_VALA = obj['ALR_VALA']
    @ALR_VALB = obj['ALR_VALB']
    @ALR_VALP = obj['ALR_VALP']
    @ALR_VRA_NPCTL = obj['ALR_VRA_NPCTL']
    @AREA = obj['AREA']
    @AVLN_AFREQ = obj['AVLN_AFREQ']
    @AVLN_ALRB = obj['AVLN_ALRB']
    @AVLN_ALRP = obj['AVLN_ALRP']
    @AVLN_ALR_NPCTL = obj['AVLN_ALR_NPCTL']
    @AVLN_EALB = obj['AVLN_EALB']
    @AVLN_EALP = obj['AVLN_EALP']
    @AVLN_EALPE = obj['AVLN_EALPE']
    @AVLN_EALR = obj['AVLN_EALR']
    @AVLN_EALS = obj['AVLN_EALS']
    @AVLN_EALT = obj['AVLN_EALT']
    @AVLN_EVNTS = obj['AVLN_EVNTS']
    @AVLN_EXPB = obj['AVLN_EXPB']
    @AVLN_EXPP = obj['AVLN_EXPP']
    @AVLN_EXPPE = obj['AVLN_EXPPE']
    @AVLN_EXPT = obj['AVLN_EXPT']
    @AVLN_EXP_AREA = obj['AVLN_EXP_AREA']
    @AVLN_HLRB = obj['AVLN_HLRB']
    @AVLN_HLRP = obj['AVLN_HLRP']
    @AVLN_HLRR = obj['AVLN_HLRR']
    @AVLN_RISKR = obj['AVLN_RISKR']
    @AVLN_RISKS = obj['AVLN_RISKS']
    @AVLN_RISKV = obj['AVLN_RISKV']
    @BUILDVALUE = obj['BUILDVALUE']
    @CFLD_AFREQ = obj['CFLD_AFREQ']
    @CFLD_ALRB = obj['CFLD_ALRB']
    @CFLD_ALRP = obj['CFLD_ALRP']
    @CFLD_ALR_NPCTL = obj['CFLD_ALR_NPCTL']
    @CFLD_EALB = obj['CFLD_EALB']
    @CFLD_EALP = obj['CFLD_EALP']
    @CFLD_EALPE = obj['CFLD_EALPE']
    @CFLD_EALR = obj['CFLD_EALR']
    @CFLD_EALS = obj['CFLD_EALS']
    @CFLD_EALT = obj['CFLD_EALT']
    @CFLD_EVNTS = obj['CFLD_EVNTS']
    @CFLD_EXPB = obj['CFLD_EXPB']
    @CFLD_EXPP = obj['CFLD_EXPP']
    @CFLD_EXPPE = obj['CFLD_EXPPE']
    @CFLD_EXPT = obj['CFLD_EXPT']
    @CFLD_EXP_AREA = obj['CFLD_EXP_AREA']
    @CFLD_HLRB = obj['CFLD_HLRB']
    @CFLD_HLRP = obj['CFLD_HLRP']
    @CFLD_HLRR = obj['CFLD_HLRR']
    @CFLD_RISKR = obj['CFLD_RISKR']
    @CFLD_RISKS = obj['CFLD_RISKS']
    @CFLD_RISKV = obj['CFLD_RISKV']
    @COUNTY = obj['COUNTY']
    @COUNTYFIPS = obj['COUNTYFIPS']
    @COUNTYTYPE = obj['COUNTYTYPE']
    @CRF_VALUE = obj['CRF_VALUE']
    @CWAV_AFREQ = obj['CWAV_AFREQ']
    @CWAV_ALRA = obj['CWAV_ALRA']
    @CWAV_ALRB = obj['CWAV_ALRB']
    @CWAV_ALRP = obj['CWAV_ALRP']
    @CWAV_ALR_NPCTL = obj['CWAV_ALR_NPCTL']
    @CWAV_EALA = obj['CWAV_EALA']
    @CWAV_EALB = obj['CWAV_EALB']
    @CWAV_EALP = obj['CWAV_EALP']
    @CWAV_EALPE = obj['CWAV_EALPE']
    @CWAV_EALR = obj['CWAV_EALR']
    @CWAV_EALS = obj['CWAV_EALS']
    @CWAV_EALT = obj['CWAV_EALT']
    @CWAV_EVNTS = obj['CWAV_EVNTS']
    @CWAV_EXPA = obj['CWAV_EXPA']
    @CWAV_EXPB = obj['CWAV_EXPB']
    @CWAV_EXPP = obj['CWAV_EXPP']
    @CWAV_EXPPE = obj['CWAV_EXPPE']
    @CWAV_EXPT = obj['CWAV_EXPT']
    @CWAV_EXP_AREA = obj['CWAV_EXP_AREA']
    @CWAV_HLRA = obj['CWAV_HLRA']
    @CWAV_HLRB = obj['CWAV_HLRB']
    @CWAV_HLRP = obj['CWAV_HLRP']
    @CWAV_HLRR = obj['CWAV_HLRR']
    @CWAV_RISKR = obj['CWAV_RISKR']
    @CWAV_RISKS = obj['CWAV_RISKS']
    @CWAV_RISKV = obj['CWAV_RISKV']
    @DRGT_AFREQ = obj['DRGT_AFREQ']
    @DRGT_ALRA = obj['DRGT_ALRA']
    @DRGT_ALR_NPCTL = obj['DRGT_ALR_NPCTL']
    @DRGT_EALA = obj['DRGT_EALA']
    @DRGT_EALR = obj['DRGT_EALR']
    @DRGT_EALS = obj['DRGT_EALS']
    @DRGT_EALT = obj['DRGT_EALT']
    @DRGT_EVNTS = obj['DRGT_EVNTS']
    @DRGT_EXPA = obj['DRGT_EXPA']
    @DRGT_EXPT = obj['DRGT_EXPT']
    @DRGT_EXP_AREA = obj['DRGT_EXP_AREA']
    @DRGT_HLRA = obj['DRGT_HLRA']
    @DRGT_HLRR = obj['DRGT_HLRR']
    @DRGT_RISKR = obj['DRGT_RISKR']
    @DRGT_RISKS = obj['DRGT_RISKS']
    @DRGT_RISKV = obj['DRGT_RISKV']
    @EAL_RATNG = obj['EAL_RATNG']
    @EAL_SCORE = obj['EAL_SCORE']
    @EAL_SPCTL = obj['EAL_SPCTL']
    @EAL_VALA = obj['EAL_VALA']
    @EAL_VALB = obj['EAL_VALB']
    @EAL_VALP = obj['EAL_VALP']
    @EAL_VALPE = obj['EAL_VALPE']
    @EAL_VALT = obj['EAL_VALT']
    @ERQK_AFREQ = obj['ERQK_AFREQ']
    @ERQK_ALRB = obj['ERQK_ALRB']
    @ERQK_ALRP = obj['ERQK_ALRP']
    @ERQK_ALR_NPCTL = obj['ERQK_ALR_NPCTL']
    @ERQK_EALB = obj['ERQK_EALB']
    @ERQK_EALP = obj['ERQK_EALP']
    @ERQK_EALPE = obj['ERQK_EALPE']
    @ERQK_EALR = obj['ERQK_EALR']
    @ERQK_EALS = obj['ERQK_EALS']
    @ERQK_EALT = obj['ERQK_EALT']
    @ERQK_EVNTS = obj['ERQK_EVNTS']
    @ERQK_EXPB = obj['ERQK_EXPB']
    @ERQK_EXPP = obj['ERQK_EXPP']
    @ERQK_EXPPE = obj['ERQK_EXPPE']
    @ERQK_EXPT = obj['ERQK_EXPT']
    @ERQK_EXP_AREA = obj['ERQK_EXP_AREA']
    @ERQK_HLRB = obj['ERQK_HLRB']
    @ERQK_HLRP = obj['ERQK_HLRP']
    @ERQK_HLRR = obj['ERQK_HLRR']
    @ERQK_RISKR = obj['ERQK_RISKR']
    @ERQK_RISKS = obj['ERQK_RISKS']
    @ERQK_RISKV = obj['ERQK_RISKV']
    @HAIL_AFREQ = obj['HAIL_AFREQ']
    @HAIL_ALRA = obj['HAIL_ALRA']
    @HAIL_ALRB = obj['HAIL_ALRB']
    @HAIL_ALRP = obj['HAIL_ALRP']
    @HAIL_ALR_NPCTL = obj['HAIL_ALR_NPCTL']
    @HAIL_EALA = obj['HAIL_EALA']
    @HAIL_EALB = obj['HAIL_EALB']
    @HAIL_EALP = obj['HAIL_EALP']
    @HAIL_EALPE = obj['HAIL_EALPE']
    @HAIL_EALR = obj['HAIL_EALR']
    @HAIL_EALS = obj['HAIL_EALS']
    @HAIL_EALT = obj['HAIL_EALT']
    @HAIL_EVNTS = obj['HAIL_EVNTS']
    @HAIL_EXPA = obj['HAIL_EXPA']
    @HAIL_EXPB = obj['HAIL_EXPB']
    @HAIL_EXPP = obj['HAIL_EXPP']
    @HAIL_EXPPE = obj['HAIL_EXPPE']
    @HAIL_EXPT = obj['HAIL_EXPT']
    @HAIL_EXP_AREA = obj['HAIL_EXP_AREA']
    @HAIL_HLRA = obj['HAIL_HLRA']
    @HAIL_HLRB = obj['HAIL_HLRB']
    @HAIL_HLRP = obj['HAIL_HLRP']
    @HAIL_HLRR = obj['HAIL_HLRR']
    @HAIL_RISKR = obj['HAIL_RISKR']
    @HAIL_RISKS = obj['HAIL_RISKS']
    @HAIL_RISKV = obj['HAIL_RISKV']
    @HRCN_AFREQ = obj['HRCN_AFREQ']
    @HRCN_ALRA = obj['HRCN_ALRA']
    @HRCN_ALRB = obj['HRCN_ALRB']
    @HRCN_ALRP = obj['HRCN_ALRP']
    @HRCN_ALR_NPCTL = obj['HRCN_ALR_NPCTL']
    @HRCN_EALA = obj['HRCN_EALA']
    @HRCN_EALB = obj['HRCN_EALB']
    @HRCN_EALP = obj['HRCN_EALP']
    @HRCN_EALPE = obj['HRCN_EALPE']
    @HRCN_EALR = obj['HRCN_EALR']
    @HRCN_EALS = obj['HRCN_EALS']
    @HRCN_EALT = obj['HRCN_EALT']
    @HRCN_EVNTS = obj['HRCN_EVNTS']
    @HRCN_EXPA = obj['HRCN_EXPA']
    @HRCN_EXPB = obj['HRCN_EXPB']
    @HRCN_EXPP = obj['HRCN_EXPP']
    @HRCN_EXPPE = obj['HRCN_EXPPE']
    @HRCN_EXPT = obj['HRCN_EXPT']
    @HRCN_EXP_AREA = obj['HRCN_EXP_AREA']
    @HRCN_HLRA = obj['HRCN_HLRA']
    @HRCN_HLRB = obj['HRCN_HLRB']
    @HRCN_HLRP = obj['HRCN_HLRP']
    @HRCN_HLRR = obj['HRCN_HLRR']
    @HRCN_RISKR = obj['HRCN_RISKR']
    @HRCN_RISKS = obj['HRCN_RISKS']
    @HRCN_RISKV = obj['HRCN_RISKV']
    @HWAV_AFREQ = obj['HWAV_AFREQ']
    @HWAV_ALRA = obj['HWAV_ALRA']
    @HWAV_ALRB = obj['HWAV_ALRB']
    @HWAV_ALRP = obj['HWAV_ALRP']
    @HWAV_ALR_NPCTL = obj['HWAV_ALR_NPCTL']
    @HWAV_EALA = obj['HWAV_EALA']
    @HWAV_EALB = obj['HWAV_EALB']
    @HWAV_EALP = obj['HWAV_EALP']
    @HWAV_EALPE = obj['HWAV_EALPE']
    @HWAV_EALR = obj['HWAV_EALR']
    @HWAV_EALS = obj['HWAV_EALS']
    @HWAV_EALT = obj['HWAV_EALT']
    @HWAV_EVNTS = obj['HWAV_EVNTS']
    @HWAV_EXPA = obj['HWAV_EXPA']
    @HWAV_EXPB = obj['HWAV_EXPB']
    @HWAV_EXPP = obj['HWAV_EXPP']
    @HWAV_EXPPE = obj['HWAV_EXPPE']
    @HWAV_EXPT = obj['HWAV_EXPT']
    @HWAV_EXP_AREA = obj['HWAV_EXP_AREA']
    @HWAV_HLRA = obj['HWAV_HLRA']
    @HWAV_HLRB = obj['HWAV_HLRB']
    @HWAV_HLRP = obj['HWAV_HLRP']
    @HWAV_HLRR = obj['HWAV_HLRR']
    @HWAV_RISKR = obj['HWAV_RISKR']
    @HWAV_RISKS = obj['HWAV_RISKS']
    @HWAV_RISKV = obj['HWAV_RISKV']
    @ISTM_AFREQ = obj['ISTM_AFREQ']
    @ISTM_ALRB = obj['ISTM_ALRB']
    @ISTM_ALRP = obj['ISTM_ALRP']
    @ISTM_ALR_NPCTL = obj['ISTM_ALR_NPCTL']
    @ISTM_EALB = obj['ISTM_EALB']
    @ISTM_EALP = obj['ISTM_EALP']
    @ISTM_EALPE = obj['ISTM_EALPE']
    @ISTM_EALR = obj['ISTM_EALR']
    @ISTM_EALS = obj['ISTM_EALS']
    @ISTM_EALT = obj['ISTM_EALT']
    @ISTM_EVNTS = obj['ISTM_EVNTS']
    @ISTM_EXPB = obj['ISTM_EXPB']
    @ISTM_EXPP = obj['ISTM_EXPP']
    @ISTM_EXPPE = obj['ISTM_EXPPE']
    @ISTM_EXPT = obj['ISTM_EXPT']
    @ISTM_EXP_AREA = obj['ISTM_EXP_AREA']
    @ISTM_HLRB = obj['ISTM_HLRB']
    @ISTM_HLRP = obj['ISTM_HLRP']
    @ISTM_HLRR = obj['ISTM_HLRR']
    @ISTM_RISKR = obj['ISTM_RISKR']
    @ISTM_RISKS = obj['ISTM_RISKS']
    @ISTM_RISKV = obj['ISTM_RISKV']
    @LNDS_AFREQ = obj['LNDS_AFREQ']
    @LNDS_ALRB = obj['LNDS_ALRB']
    @LNDS_ALRP = obj['LNDS_ALRP']
    @LNDS_ALR_NPCTL = obj['LNDS_ALR_NPCTL']
    @LNDS_EALB = obj['LNDS_EALB']
    @LNDS_EALP = obj['LNDS_EALP']
    @LNDS_EALPE = obj['LNDS_EALPE']
    @LNDS_EALR = obj['LNDS_EALR']
    @LNDS_EALS = obj['LNDS_EALS']
    @LNDS_EALT = obj['LNDS_EALT']
    @LNDS_EVNTS = obj['LNDS_EVNTS']
    @LNDS_EXPB = obj['LNDS_EXPB']
    @LNDS_EXPP = obj['LNDS_EXPP']
    @LNDS_EXPPE = obj['LNDS_EXPPE']
    @LNDS_EXPT = obj['LNDS_EXPT']
    @LNDS_EXP_AREA = obj['LNDS_EXP_AREA']
    @LNDS_HLRB = obj['LNDS_HLRB']
    @LNDS_HLRP = obj['LNDS_HLRP']
    @LNDS_HLRR = obj['LNDS_HLRR']
    @LNDS_RISKR = obj['LNDS_RISKR']
    @LNDS_RISKS = obj['LNDS_RISKS']
    @LNDS_RISKV = obj['LNDS_RISKV']
    @LTNG_AFREQ = obj['LTNG_AFREQ']
    @LTNG_ALRB = obj['LTNG_ALRB']
    @LTNG_ALRP = obj['LTNG_ALRP']
    @LTNG_ALR_NPCTL = obj['LTNG_ALR_NPCTL']
    @LTNG_EALB = obj['LTNG_EALB']
    @LTNG_EALP = obj['LTNG_EALP']
    @LTNG_EALPE = obj['LTNG_EALPE']
    @LTNG_EALR = obj['LTNG_EALR']
    @LTNG_EALS = obj['LTNG_EALS']
    @LTNG_EALT = obj['LTNG_EALT']
    @LTNG_EVNTS = obj['LTNG_EVNTS']
    @LTNG_EXPB = obj['LTNG_EXPB']
    @LTNG_EXPP = obj['LTNG_EXPP']
    @LTNG_EXPPE = obj['LTNG_EXPPE']
    @LTNG_EXPT = obj['LTNG_EXPT']
    @LTNG_EXP_AREA = obj['LTNG_EXP_AREA']
    @LTNG_HLRB = obj['LTNG_HLRB']
    @LTNG_HLRP = obj['LTNG_HLRP']
    @LTNG_HLRR = obj['LTNG_HLRR']
    @LTNG_RISKR = obj['LTNG_RISKR']
    @LTNG_RISKS = obj['LTNG_RISKS']
    @LTNG_RISKV = obj['LTNG_RISKV']
    @NRI_VER = obj['NRI_VER']
    @POPULATION = obj['POPULATION']
    @RESL_RATNG = obj['RESL_RATNG']
    @RESL_SCORE = obj['RESL_SCORE']
    @RESL_SPCTL = obj['RESL_SPCTL']
    @RESL_VALUE = obj['RESL_VALUE']
    @RFLD_AFREQ = obj['RFLD_AFREQ']
    @RFLD_ALRA = obj['RFLD_ALRA']
    @RFLD_ALRB = obj['RFLD_ALRB']
    @RFLD_ALRP = obj['RFLD_ALRP']
    @RFLD_ALR_NPCTL = obj['RFLD_ALR_NPCTL']
    @RFLD_EALA = obj['RFLD_EALA']
    @RFLD_EALB = obj['RFLD_EALB']
    @RFLD_EALP = obj['RFLD_EALP']
    @RFLD_EALPE = obj['RFLD_EALPE']
    @RFLD_EALR = obj['RFLD_EALR']
    @RFLD_EALS = obj['RFLD_EALS']
    @RFLD_EALT = obj['RFLD_EALT']
    @RFLD_EVNTS = obj['RFLD_EVNTS']
    @RFLD_EXPA = obj['RFLD_EXPA']
    @RFLD_EXPB = obj['RFLD_EXPB']
    @RFLD_EXPP = obj['RFLD_EXPP']
    @RFLD_EXPPE = obj['RFLD_EXPPE']
    @RFLD_EXPT = obj['RFLD_EXPT']
    @RFLD_EXP_AREA = obj['RFLD_EXP_AREA']
    @RFLD_HLRA = obj['RFLD_HLRA']
    @RFLD_HLRB = obj['RFLD_HLRB']
    @RFLD_HLRP = obj['RFLD_HLRP']
    @RFLD_HLRR = obj['RFLD_HLRR']
    @RFLD_RISKR = obj['RFLD_RISKR']
    @RFLD_RISKS = obj['RFLD_RISKS']
    @RFLD_RISKV = obj['RFLD_RISKV']
    @RISK_RATNG = obj['RISK_RATNG']
    @RISK_SCORE = obj['RISK_SCORE']
    @RISK_SPCTL = obj['RISK_SPCTL']
    @RISK_VALUE = obj['RISK_VALUE']
    @SOVI_RATNG = obj['SOVI_RATNG']
    @SOVI_SCORE = obj['SOVI_SCORE']
    @SOVI_SPCTL = obj['SOVI_SPCTL']
    @STATE = obj['STATE']
    @STATEABBRV = obj['STATEABBRV']
    @STATEFIPS = obj['STATEFIPS']
    @STCOFIPS = obj['STCOFIPS']
    @SWND_AFREQ = obj['SWND_AFREQ']
    @SWND_ALRA = obj['SWND_ALRA']
    @SWND_ALRB = obj['SWND_ALRB']
    @SWND_ALRP = obj['SWND_ALRP']
    @SWND_ALR_NPCTL = obj['SWND_ALR_NPCTL']
    @SWND_EALA = obj['SWND_EALA']
    @SWND_EALB = obj['SWND_EALB']
    @SWND_EALP = obj['SWND_EALP']
    @SWND_EALPE = obj['SWND_EALPE']
    @SWND_EALR = obj['SWND_EALR']
    @SWND_EALS = obj['SWND_EALS']
    @SWND_EALT = obj['SWND_EALT']
    @SWND_EVNTS = obj['SWND_EVNTS']
    @SWND_EXPA = obj['SWND_EXPA']
    @SWND_EXPB = obj['SWND_EXPB']
    @SWND_EXPP = obj['SWND_EXPP']
    @SWND_EXPPE = obj['SWND_EXPPE']
    @SWND_EXPT = obj['SWND_EXPT']
    @SWND_EXP_AREA = obj['SWND_EXP_AREA']
    @SWND_HLRA = obj['SWND_HLRA']
    @SWND_HLRB = obj['SWND_HLRB']
    @SWND_HLRP = obj['SWND_HLRP']
    @SWND_HLRR = obj['SWND_HLRR']
    @SWND_RISKR = obj['SWND_RISKR']
    @SWND_RISKS = obj['SWND_RISKS']
    @SWND_RISKV = obj['SWND_RISKV']
    @TRACT = obj['TRACT']
    @TRACTFIPS = obj['TRACTFIPS']
    @TRND_AFREQ = obj['TRND_AFREQ']
    @TRND_ALRA = obj['TRND_ALRA']
    @TRND_ALRB = obj['TRND_ALRB']
    @TRND_ALRP = obj['TRND_ALRP']
    @TRND_ALR_NPCTL = obj['TRND_ALR_NPCTL']
    @TRND_EALA = obj['TRND_EALA']
    @TRND_EALB = obj['TRND_EALB']
    @TRND_EALP = obj['TRND_EALP']
    @TRND_EALPE = obj['TRND_EALPE']
    @TRND_EALR = obj['TRND_EALR']
    @TRND_EALS = obj['TRND_EALS']
    @TRND_EALT = obj['TRND_EALT']
    @TRND_EVNTS = obj['TRND_EVNTS']
    @TRND_EXPA = obj['TRND_EXPA']
    @TRND_EXPB = obj['TRND_EXPB']
    @TRND_EXPP = obj['TRND_EXPP']
    @TRND_EXPPE = obj['TRND_EXPPE']
    @TRND_EXPT = obj['TRND_EXPT']
    @TRND_EXP_AREA = obj['TRND_EXP_AREA']
    @TRND_HLRA = obj['TRND_HLRA']
    @TRND_HLRB = obj['TRND_HLRB']
    @TRND_HLRP = obj['TRND_HLRP']
    @TRND_HLRR = obj['TRND_HLRR']
    @TRND_RISKR = obj['TRND_RISKR']
    @TRND_RISKS = obj['TRND_RISKS']
    @TRND_RISKV = obj['TRND_RISKV']
    @TSUN_AFREQ = obj['TSUN_AFREQ']
    @TSUN_ALRB = obj['TSUN_ALRB']
    @TSUN_ALRP = obj['TSUN_ALRP']
    @TSUN_ALR_NPCTL = obj['TSUN_ALR_NPCTL']
    @TSUN_EALB = obj['TSUN_EALB']
    @TSUN_EALP = obj['TSUN_EALP']
    @TSUN_EALPE = obj['TSUN_EALPE']
    @TSUN_EALR = obj['TSUN_EALR']
    @TSUN_EALS = obj['TSUN_EALS']
    @TSUN_EALT = obj['TSUN_EALT']
    @TSUN_EVNTS = obj['TSUN_EVNTS']
    @TSUN_EXPB = obj['TSUN_EXPB']
    @TSUN_EXPP = obj['TSUN_EXPP']
    @TSUN_EXPPE = obj['TSUN_EXPPE']
    @TSUN_EXPT = obj['TSUN_EXPT']
    @TSUN_EXP_AREA = obj['TSUN_EXP_AREA']
    @TSUN_HLRB = obj['TSUN_HLRB']
    @TSUN_HLRP = obj['TSUN_HLRP']
    @TSUN_HLRR = obj['TSUN_HLRR']
    @TSUN_RISKR = obj['TSUN_RISKR']
    @TSUN_RISKS = obj['TSUN_RISKS']
    @TSUN_RISKV = obj['TSUN_RISKV']
    @VLCN_AFREQ = obj['VLCN_AFREQ']
    @VLCN_ALRB = obj['VLCN_ALRB']
    @VLCN_ALRP = obj['VLCN_ALRP']
    @VLCN_ALR_NPCTL = obj['VLCN_ALR_NPCTL']
    @VLCN_EALB = obj['VLCN_EALB']
    @VLCN_EALP = obj['VLCN_EALP']
    @VLCN_EALPE = obj['VLCN_EALPE']
    @VLCN_EALR = obj['VLCN_EALR']
    @VLCN_EALS = obj['VLCN_EALS']
    @VLCN_EALT = obj['VLCN_EALT']
    @VLCN_EVNTS = obj['VLCN_EVNTS']
    @VLCN_EXPB = obj['VLCN_EXPB']
    @VLCN_EXPP = obj['VLCN_EXPP']
    @VLCN_EXPPE = obj['VLCN_EXPPE']
    @VLCN_EXPT = obj['VLCN_EXPT']
    @VLCN_EXP_AREA = obj['VLCN_EXP_AREA']
    @VLCN_HLRB = obj['VLCN_HLRB']
    @VLCN_HLRP = obj['VLCN_HLRP']
    @VLCN_HLRR = obj['VLCN_HLRR']
    @VLCN_RISKR = obj['VLCN_RISKR']
    @VLCN_RISKS = obj['VLCN_RISKS']
    @VLCN_RISKV = obj['VLCN_RISKV']
    @WFIR_AFREQ = obj['WFIR_AFREQ']
    @WFIR_ALRA = obj['WFIR_ALRA']
    @WFIR_ALRB = obj['WFIR_ALRB']
    @WFIR_ALRP = obj['WFIR_ALRP']
    @WFIR_ALR_NPCTL = obj['WFIR_ALR_NPCTL']
    @WFIR_EALA = obj['WFIR_EALA']
    @WFIR_EALB = obj['WFIR_EALB']
    @WFIR_EALP = obj['WFIR_EALP']
    @WFIR_EALPE = obj['WFIR_EALPE']
    @WFIR_EALR = obj['WFIR_EALR']
    @WFIR_EALS = obj['WFIR_EALS']
    @WFIR_EALT = obj['WFIR_EALT']
    @WFIR_EVNTS = obj['WFIR_EVNTS']
    @WFIR_EXPA = obj['WFIR_EXPA']
    @WFIR_EXPB = obj['WFIR_EXPB']
    @WFIR_EXPP = obj['WFIR_EXPP']
    @WFIR_EXPPE = obj['WFIR_EXPPE']
    @WFIR_EXPT = obj['WFIR_EXPT']
    @WFIR_EXP_AREA = obj['WFIR_EXP_AREA']
    @WFIR_HLRA = obj['WFIR_HLRA']
    @WFIR_HLRB = obj['WFIR_HLRB']
    @WFIR_HLRP = obj['WFIR_HLRP']
    @WFIR_HLRR = obj['WFIR_HLRR']
    @WFIR_RISKR = obj['WFIR_RISKR']
    @WFIR_RISKS = obj['WFIR_RISKS']
    @WFIR_RISKV = obj['WFIR_RISKV']
    @WNTW_AFREQ = obj['WNTW_AFREQ']
    @WNTW_ALRA = obj['WNTW_ALRA']
    @WNTW_ALRB = obj['WNTW_ALRB']
    @WNTW_ALRP = obj['WNTW_ALRP']
    @WNTW_ALR_NPCTL = obj['WNTW_ALR_NPCTL']
    @WNTW_EALA = obj['WNTW_EALA']
    @WNTW_EALB = obj['WNTW_EALB']
    @WNTW_EALP = obj['WNTW_EALP']
    @WNTW_EALPE = obj['WNTW_EALPE']
    @WNTW_EALR = obj['WNTW_EALR']
    @WNTW_EALS = obj['WNTW_EALS']
    @WNTW_EALT = obj['WNTW_EALT']
    @WNTW_EVNTS = obj['WNTW_EVNTS']
    @WNTW_EXPA = obj['WNTW_EXPA']
    @WNTW_EXPB = obj['WNTW_EXPB']
    @WNTW_EXPP = obj['WNTW_EXPP']
    @WNTW_EXPPE = obj['WNTW_EXPPE']
    @WNTW_EXPT = obj['WNTW_EXPT']
    @WNTW_EXP_AREA = obj['WNTW_EXP_AREA']
    @WNTW_HLRA = obj['WNTW_HLRA']
    @WNTW_HLRB = obj['WNTW_HLRB']
    @WNTW_HLRP = obj['WNTW_HLRP']
    @WNTW_HLRR = obj['WNTW_HLRR']
    @WNTW_RISKR = obj['WNTW_RISKR']
    @WNTW_RISKS = obj['WNTW_RISKS']
    @WNTW_RISKV = obj['WNTW_RISKV']
end

Instance Attribute Details

#AGRIVALUEObject (readonly)

Returns the value of attribute AGRIVALUE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AGRIVALUE
  @AGRIVALUE
end

#ALR_NPCTLObject (readonly)

Returns the value of attribute ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ALR_NPCTL
  @ALR_NPCTL
end

#ALR_VALAObject (readonly)

Returns the value of attribute ALR_VALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ALR_VALA
  @ALR_VALA
end

#ALR_VALBObject (readonly)

Returns the value of attribute ALR_VALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ALR_VALB
  @ALR_VALB
end

#ALR_VALPObject (readonly)

Returns the value of attribute ALR_VALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ALR_VALP
  @ALR_VALP
end

#ALR_VRA_NPCTLObject (readonly)

Returns the value of attribute ALR_VRA_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ALR_VRA_NPCTL
  @ALR_VRA_NPCTL
end

#AREAObject (readonly)

Returns the value of attribute AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AREA
  @AREA
end

#AVLN_AFREQObject (readonly)

Returns the value of attribute AVLN_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_AFREQ
  @AVLN_AFREQ
end

#AVLN_ALR_NPCTLObject (readonly)

Returns the value of attribute AVLN_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_ALR_NPCTL
  @AVLN_ALR_NPCTL
end

#AVLN_ALRBObject (readonly)

Returns the value of attribute AVLN_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_ALRB
  @AVLN_ALRB
end

#AVLN_ALRPObject (readonly)

Returns the value of attribute AVLN_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_ALRP
  @AVLN_ALRP
end

#AVLN_EALBObject (readonly)

Returns the value of attribute AVLN_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EALB
  @AVLN_EALB
end

#AVLN_EALPObject (readonly)

Returns the value of attribute AVLN_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EALP
  @AVLN_EALP
end

#AVLN_EALPEObject (readonly)

Returns the value of attribute AVLN_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EALPE
  @AVLN_EALPE
end

#AVLN_EALRObject (readonly)

Returns the value of attribute AVLN_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EALR
  @AVLN_EALR
end

#AVLN_EALSObject (readonly)

Returns the value of attribute AVLN_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EALS
  @AVLN_EALS
end

#AVLN_EALTObject (readonly)

Returns the value of attribute AVLN_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EALT
  @AVLN_EALT
end

#AVLN_EVNTSObject (readonly)

Returns the value of attribute AVLN_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EVNTS
  @AVLN_EVNTS
end

#AVLN_EXP_AREAObject (readonly)

Returns the value of attribute AVLN_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EXP_AREA
  @AVLN_EXP_AREA
end

#AVLN_EXPBObject (readonly)

Returns the value of attribute AVLN_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EXPB
  @AVLN_EXPB
end

#AVLN_EXPPObject (readonly)

Returns the value of attribute AVLN_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EXPP
  @AVLN_EXPP
end

#AVLN_EXPPEObject (readonly)

Returns the value of attribute AVLN_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EXPPE
  @AVLN_EXPPE
end

#AVLN_EXPTObject (readonly)

Returns the value of attribute AVLN_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_EXPT
  @AVLN_EXPT
end

#AVLN_HLRBObject (readonly)

Returns the value of attribute AVLN_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_HLRB
  @AVLN_HLRB
end

#AVLN_HLRPObject (readonly)

Returns the value of attribute AVLN_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_HLRP
  @AVLN_HLRP
end

#AVLN_HLRRObject (readonly)

Returns the value of attribute AVLN_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_HLRR
  @AVLN_HLRR
end

#AVLN_RISKRObject (readonly)

Returns the value of attribute AVLN_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_RISKR
  @AVLN_RISKR
end

#AVLN_RISKSObject (readonly)

Returns the value of attribute AVLN_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_RISKS
  @AVLN_RISKS
end

#AVLN_RISKVObject (readonly)

Returns the value of attribute AVLN_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def AVLN_RISKV
  @AVLN_RISKV
end

#BUILDVALUEObject (readonly)

Returns the value of attribute BUILDVALUE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def BUILDVALUE
  @BUILDVALUE
end

#CFLD_AFREQObject (readonly)

Returns the value of attribute CFLD_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_AFREQ
  @CFLD_AFREQ
end

#CFLD_ALR_NPCTLObject (readonly)

Returns the value of attribute CFLD_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_ALR_NPCTL
  @CFLD_ALR_NPCTL
end

#CFLD_ALRBObject (readonly)

Returns the value of attribute CFLD_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_ALRB
  @CFLD_ALRB
end

#CFLD_ALRPObject (readonly)

Returns the value of attribute CFLD_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_ALRP
  @CFLD_ALRP
end

#CFLD_EALBObject (readonly)

Returns the value of attribute CFLD_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EALB
  @CFLD_EALB
end

#CFLD_EALPObject (readonly)

Returns the value of attribute CFLD_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EALP
  @CFLD_EALP
end

#CFLD_EALPEObject (readonly)

Returns the value of attribute CFLD_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EALPE
  @CFLD_EALPE
end

#CFLD_EALRObject (readonly)

Returns the value of attribute CFLD_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EALR
  @CFLD_EALR
end

#CFLD_EALSObject (readonly)

Returns the value of attribute CFLD_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EALS
  @CFLD_EALS
end

#CFLD_EALTObject (readonly)

Returns the value of attribute CFLD_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EALT
  @CFLD_EALT
end

#CFLD_EVNTSObject (readonly)

Returns the value of attribute CFLD_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EVNTS
  @CFLD_EVNTS
end

#CFLD_EXP_AREAObject (readonly)

Returns the value of attribute CFLD_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EXP_AREA
  @CFLD_EXP_AREA
end

#CFLD_EXPBObject (readonly)

Returns the value of attribute CFLD_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EXPB
  @CFLD_EXPB
end

#CFLD_EXPPObject (readonly)

Returns the value of attribute CFLD_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EXPP
  @CFLD_EXPP
end

#CFLD_EXPPEObject (readonly)

Returns the value of attribute CFLD_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EXPPE
  @CFLD_EXPPE
end

#CFLD_EXPTObject (readonly)

Returns the value of attribute CFLD_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_EXPT
  @CFLD_EXPT
end

#CFLD_HLRBObject (readonly)

Returns the value of attribute CFLD_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_HLRB
  @CFLD_HLRB
end

#CFLD_HLRPObject (readonly)

Returns the value of attribute CFLD_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_HLRP
  @CFLD_HLRP
end

#CFLD_HLRRObject (readonly)

Returns the value of attribute CFLD_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_HLRR
  @CFLD_HLRR
end

#CFLD_RISKRObject (readonly)

Returns the value of attribute CFLD_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_RISKR
  @CFLD_RISKR
end

#CFLD_RISKSObject (readonly)

Returns the value of attribute CFLD_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_RISKS
  @CFLD_RISKS
end

#CFLD_RISKVObject (readonly)

Returns the value of attribute CFLD_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CFLD_RISKV
  @CFLD_RISKV
end

#COUNTYObject (readonly)

Returns the value of attribute COUNTY.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def COUNTY
  @COUNTY
end

#COUNTYFIPSObject (readonly)

Returns the value of attribute COUNTYFIPS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def COUNTYFIPS
  @COUNTYFIPS
end

#COUNTYTYPEObject (readonly)

Returns the value of attribute COUNTYTYPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def COUNTYTYPE
  @COUNTYTYPE
end

#CRF_VALUEObject (readonly)

Returns the value of attribute CRF_VALUE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CRF_VALUE
  @CRF_VALUE
end

#CWAV_AFREQObject (readonly)

Returns the value of attribute CWAV_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_AFREQ
  @CWAV_AFREQ
end

#CWAV_ALR_NPCTLObject (readonly)

Returns the value of attribute CWAV_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_ALR_NPCTL
  @CWAV_ALR_NPCTL
end

#CWAV_ALRAObject (readonly)

Returns the value of attribute CWAV_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_ALRA
  @CWAV_ALRA
end

#CWAV_ALRBObject (readonly)

Returns the value of attribute CWAV_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_ALRB
  @CWAV_ALRB
end

#CWAV_ALRPObject (readonly)

Returns the value of attribute CWAV_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_ALRP
  @CWAV_ALRP
end

#CWAV_EALAObject (readonly)

Returns the value of attribute CWAV_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALA
  @CWAV_EALA
end

#CWAV_EALBObject (readonly)

Returns the value of attribute CWAV_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALB
  @CWAV_EALB
end

#CWAV_EALPObject (readonly)

Returns the value of attribute CWAV_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALP
  @CWAV_EALP
end

#CWAV_EALPEObject (readonly)

Returns the value of attribute CWAV_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALPE
  @CWAV_EALPE
end

#CWAV_EALRObject (readonly)

Returns the value of attribute CWAV_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALR
  @CWAV_EALR
end

#CWAV_EALSObject (readonly)

Returns the value of attribute CWAV_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALS
  @CWAV_EALS
end

#CWAV_EALTObject (readonly)

Returns the value of attribute CWAV_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EALT
  @CWAV_EALT
end

#CWAV_EVNTSObject (readonly)

Returns the value of attribute CWAV_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EVNTS
  @CWAV_EVNTS
end

#CWAV_EXP_AREAObject (readonly)

Returns the value of attribute CWAV_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EXP_AREA
  @CWAV_EXP_AREA
end

#CWAV_EXPAObject (readonly)

Returns the value of attribute CWAV_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EXPA
  @CWAV_EXPA
end

#CWAV_EXPBObject (readonly)

Returns the value of attribute CWAV_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EXPB
  @CWAV_EXPB
end

#CWAV_EXPPObject (readonly)

Returns the value of attribute CWAV_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EXPP
  @CWAV_EXPP
end

#CWAV_EXPPEObject (readonly)

Returns the value of attribute CWAV_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EXPPE
  @CWAV_EXPPE
end

#CWAV_EXPTObject (readonly)

Returns the value of attribute CWAV_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_EXPT
  @CWAV_EXPT
end

#CWAV_HLRAObject (readonly)

Returns the value of attribute CWAV_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_HLRA
  @CWAV_HLRA
end

#CWAV_HLRBObject (readonly)

Returns the value of attribute CWAV_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_HLRB
  @CWAV_HLRB
end

#CWAV_HLRPObject (readonly)

Returns the value of attribute CWAV_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_HLRP
  @CWAV_HLRP
end

#CWAV_HLRRObject (readonly)

Returns the value of attribute CWAV_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_HLRR
  @CWAV_HLRR
end

#CWAV_RISKRObject (readonly)

Returns the value of attribute CWAV_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_RISKR
  @CWAV_RISKR
end

#CWAV_RISKSObject (readonly)

Returns the value of attribute CWAV_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_RISKS
  @CWAV_RISKS
end

#CWAV_RISKVObject (readonly)

Returns the value of attribute CWAV_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def CWAV_RISKV
  @CWAV_RISKV
end

#DRGT_AFREQObject (readonly)

Returns the value of attribute DRGT_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_AFREQ
  @DRGT_AFREQ
end

#DRGT_ALR_NPCTLObject (readonly)

Returns the value of attribute DRGT_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_ALR_NPCTL
  @DRGT_ALR_NPCTL
end

#DRGT_ALRAObject (readonly)

Returns the value of attribute DRGT_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_ALRA
  @DRGT_ALRA
end

#DRGT_EALAObject (readonly)

Returns the value of attribute DRGT_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EALA
  @DRGT_EALA
end

#DRGT_EALRObject (readonly)

Returns the value of attribute DRGT_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EALR
  @DRGT_EALR
end

#DRGT_EALSObject (readonly)

Returns the value of attribute DRGT_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EALS
  @DRGT_EALS
end

#DRGT_EALTObject (readonly)

Returns the value of attribute DRGT_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EALT
  @DRGT_EALT
end

#DRGT_EVNTSObject (readonly)

Returns the value of attribute DRGT_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EVNTS
  @DRGT_EVNTS
end

#DRGT_EXP_AREAObject (readonly)

Returns the value of attribute DRGT_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EXP_AREA
  @DRGT_EXP_AREA
end

#DRGT_EXPAObject (readonly)

Returns the value of attribute DRGT_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EXPA
  @DRGT_EXPA
end

#DRGT_EXPTObject (readonly)

Returns the value of attribute DRGT_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_EXPT
  @DRGT_EXPT
end

#DRGT_HLRAObject (readonly)

Returns the value of attribute DRGT_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_HLRA
  @DRGT_HLRA
end

#DRGT_HLRRObject (readonly)

Returns the value of attribute DRGT_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_HLRR
  @DRGT_HLRR
end

#DRGT_RISKRObject (readonly)

Returns the value of attribute DRGT_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_RISKR
  @DRGT_RISKR
end

#DRGT_RISKSObject (readonly)

Returns the value of attribute DRGT_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_RISKS
  @DRGT_RISKS
end

#DRGT_RISKVObject (readonly)

Returns the value of attribute DRGT_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def DRGT_RISKV
  @DRGT_RISKV
end

#EAL_RATNGObject (readonly)

Returns the value of attribute EAL_RATNG.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_RATNG
  @EAL_RATNG
end

#EAL_SCOREObject (readonly)

Returns the value of attribute EAL_SCORE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_SCORE
  @EAL_SCORE
end

#EAL_SPCTLObject (readonly)

Returns the value of attribute EAL_SPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_SPCTL
  @EAL_SPCTL
end

#EAL_VALAObject (readonly)

Returns the value of attribute EAL_VALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_VALA
  @EAL_VALA
end

#EAL_VALBObject (readonly)

Returns the value of attribute EAL_VALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_VALB
  @EAL_VALB
end

#EAL_VALPObject (readonly)

Returns the value of attribute EAL_VALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_VALP
  @EAL_VALP
end

#EAL_VALPEObject (readonly)

Returns the value of attribute EAL_VALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_VALPE
  @EAL_VALPE
end

#EAL_VALTObject (readonly)

Returns the value of attribute EAL_VALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def EAL_VALT
  @EAL_VALT
end

#ERQK_AFREQObject (readonly)

Returns the value of attribute ERQK_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_AFREQ
  @ERQK_AFREQ
end

#ERQK_ALR_NPCTLObject (readonly)

Returns the value of attribute ERQK_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_ALR_NPCTL
  @ERQK_ALR_NPCTL
end

#ERQK_ALRBObject (readonly)

Returns the value of attribute ERQK_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_ALRB
  @ERQK_ALRB
end

#ERQK_ALRPObject (readonly)

Returns the value of attribute ERQK_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_ALRP
  @ERQK_ALRP
end

#ERQK_EALBObject (readonly)

Returns the value of attribute ERQK_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EALB
  @ERQK_EALB
end

#ERQK_EALPObject (readonly)

Returns the value of attribute ERQK_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EALP
  @ERQK_EALP
end

#ERQK_EALPEObject (readonly)

Returns the value of attribute ERQK_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EALPE
  @ERQK_EALPE
end

#ERQK_EALRObject (readonly)

Returns the value of attribute ERQK_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EALR
  @ERQK_EALR
end

#ERQK_EALSObject (readonly)

Returns the value of attribute ERQK_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EALS
  @ERQK_EALS
end

#ERQK_EALTObject (readonly)

Returns the value of attribute ERQK_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EALT
  @ERQK_EALT
end

#ERQK_EVNTSObject (readonly)

Returns the value of attribute ERQK_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EVNTS
  @ERQK_EVNTS
end

#ERQK_EXP_AREAObject (readonly)

Returns the value of attribute ERQK_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EXP_AREA
  @ERQK_EXP_AREA
end

#ERQK_EXPBObject (readonly)

Returns the value of attribute ERQK_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EXPB
  @ERQK_EXPB
end

#ERQK_EXPPObject (readonly)

Returns the value of attribute ERQK_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EXPP
  @ERQK_EXPP
end

#ERQK_EXPPEObject (readonly)

Returns the value of attribute ERQK_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EXPPE
  @ERQK_EXPPE
end

#ERQK_EXPTObject (readonly)

Returns the value of attribute ERQK_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_EXPT
  @ERQK_EXPT
end

#ERQK_HLRBObject (readonly)

Returns the value of attribute ERQK_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_HLRB
  @ERQK_HLRB
end

#ERQK_HLRPObject (readonly)

Returns the value of attribute ERQK_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_HLRP
  @ERQK_HLRP
end

#ERQK_HLRRObject (readonly)

Returns the value of attribute ERQK_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_HLRR
  @ERQK_HLRR
end

#ERQK_RISKRObject (readonly)

Returns the value of attribute ERQK_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_RISKR
  @ERQK_RISKR
end

#ERQK_RISKSObject (readonly)

Returns the value of attribute ERQK_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_RISKS
  @ERQK_RISKS
end

#ERQK_RISKVObject (readonly)

Returns the value of attribute ERQK_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ERQK_RISKV
  @ERQK_RISKV
end

#HAIL_AFREQObject (readonly)

Returns the value of attribute HAIL_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_AFREQ
  @HAIL_AFREQ
end

#HAIL_ALR_NPCTLObject (readonly)

Returns the value of attribute HAIL_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_ALR_NPCTL
  @HAIL_ALR_NPCTL
end

#HAIL_ALRAObject (readonly)

Returns the value of attribute HAIL_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_ALRA
  @HAIL_ALRA
end

#HAIL_ALRBObject (readonly)

Returns the value of attribute HAIL_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_ALRB
  @HAIL_ALRB
end

#HAIL_ALRPObject (readonly)

Returns the value of attribute HAIL_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_ALRP
  @HAIL_ALRP
end

#HAIL_EALAObject (readonly)

Returns the value of attribute HAIL_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALA
  @HAIL_EALA
end

#HAIL_EALBObject (readonly)

Returns the value of attribute HAIL_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALB
  @HAIL_EALB
end

#HAIL_EALPObject (readonly)

Returns the value of attribute HAIL_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALP
  @HAIL_EALP
end

#HAIL_EALPEObject (readonly)

Returns the value of attribute HAIL_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALPE
  @HAIL_EALPE
end

#HAIL_EALRObject (readonly)

Returns the value of attribute HAIL_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALR
  @HAIL_EALR
end

#HAIL_EALSObject (readonly)

Returns the value of attribute HAIL_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALS
  @HAIL_EALS
end

#HAIL_EALTObject (readonly)

Returns the value of attribute HAIL_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EALT
  @HAIL_EALT
end

#HAIL_EVNTSObject (readonly)

Returns the value of attribute HAIL_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EVNTS
  @HAIL_EVNTS
end

#HAIL_EXP_AREAObject (readonly)

Returns the value of attribute HAIL_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EXP_AREA
  @HAIL_EXP_AREA
end

#HAIL_EXPAObject (readonly)

Returns the value of attribute HAIL_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EXPA
  @HAIL_EXPA
end

#HAIL_EXPBObject (readonly)

Returns the value of attribute HAIL_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EXPB
  @HAIL_EXPB
end

#HAIL_EXPPObject (readonly)

Returns the value of attribute HAIL_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EXPP
  @HAIL_EXPP
end

#HAIL_EXPPEObject (readonly)

Returns the value of attribute HAIL_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EXPPE
  @HAIL_EXPPE
end

#HAIL_EXPTObject (readonly)

Returns the value of attribute HAIL_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_EXPT
  @HAIL_EXPT
end

#HAIL_HLRAObject (readonly)

Returns the value of attribute HAIL_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_HLRA
  @HAIL_HLRA
end

#HAIL_HLRBObject (readonly)

Returns the value of attribute HAIL_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_HLRB
  @HAIL_HLRB
end

#HAIL_HLRPObject (readonly)

Returns the value of attribute HAIL_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_HLRP
  @HAIL_HLRP
end

#HAIL_HLRRObject (readonly)

Returns the value of attribute HAIL_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_HLRR
  @HAIL_HLRR
end

#HAIL_RISKRObject (readonly)

Returns the value of attribute HAIL_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_RISKR
  @HAIL_RISKR
end

#HAIL_RISKSObject (readonly)

Returns the value of attribute HAIL_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_RISKS
  @HAIL_RISKS
end

#HAIL_RISKVObject (readonly)

Returns the value of attribute HAIL_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HAIL_RISKV
  @HAIL_RISKV
end

#HRCN_AFREQObject (readonly)

Returns the value of attribute HRCN_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_AFREQ
  @HRCN_AFREQ
end

#HRCN_ALR_NPCTLObject (readonly)

Returns the value of attribute HRCN_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_ALR_NPCTL
  @HRCN_ALR_NPCTL
end

#HRCN_ALRAObject (readonly)

Returns the value of attribute HRCN_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_ALRA
  @HRCN_ALRA
end

#HRCN_ALRBObject (readonly)

Returns the value of attribute HRCN_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_ALRB
  @HRCN_ALRB
end

#HRCN_ALRPObject (readonly)

Returns the value of attribute HRCN_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_ALRP
  @HRCN_ALRP
end

#HRCN_EALAObject (readonly)

Returns the value of attribute HRCN_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALA
  @HRCN_EALA
end

#HRCN_EALBObject (readonly)

Returns the value of attribute HRCN_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALB
  @HRCN_EALB
end

#HRCN_EALPObject (readonly)

Returns the value of attribute HRCN_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALP
  @HRCN_EALP
end

#HRCN_EALPEObject (readonly)

Returns the value of attribute HRCN_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALPE
  @HRCN_EALPE
end

#HRCN_EALRObject (readonly)

Returns the value of attribute HRCN_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALR
  @HRCN_EALR
end

#HRCN_EALSObject (readonly)

Returns the value of attribute HRCN_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALS
  @HRCN_EALS
end

#HRCN_EALTObject (readonly)

Returns the value of attribute HRCN_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EALT
  @HRCN_EALT
end

#HRCN_EVNTSObject (readonly)

Returns the value of attribute HRCN_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EVNTS
  @HRCN_EVNTS
end

#HRCN_EXP_AREAObject (readonly)

Returns the value of attribute HRCN_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EXP_AREA
  @HRCN_EXP_AREA
end

#HRCN_EXPAObject (readonly)

Returns the value of attribute HRCN_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EXPA
  @HRCN_EXPA
end

#HRCN_EXPBObject (readonly)

Returns the value of attribute HRCN_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EXPB
  @HRCN_EXPB
end

#HRCN_EXPPObject (readonly)

Returns the value of attribute HRCN_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EXPP
  @HRCN_EXPP
end

#HRCN_EXPPEObject (readonly)

Returns the value of attribute HRCN_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EXPPE
  @HRCN_EXPPE
end

#HRCN_EXPTObject (readonly)

Returns the value of attribute HRCN_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_EXPT
  @HRCN_EXPT
end

#HRCN_HLRAObject (readonly)

Returns the value of attribute HRCN_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_HLRA
  @HRCN_HLRA
end

#HRCN_HLRBObject (readonly)

Returns the value of attribute HRCN_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_HLRB
  @HRCN_HLRB
end

#HRCN_HLRPObject (readonly)

Returns the value of attribute HRCN_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_HLRP
  @HRCN_HLRP
end

#HRCN_HLRRObject (readonly)

Returns the value of attribute HRCN_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_HLRR
  @HRCN_HLRR
end

#HRCN_RISKRObject (readonly)

Returns the value of attribute HRCN_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_RISKR
  @HRCN_RISKR
end

#HRCN_RISKSObject (readonly)

Returns the value of attribute HRCN_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_RISKS
  @HRCN_RISKS
end

#HRCN_RISKVObject (readonly)

Returns the value of attribute HRCN_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HRCN_RISKV
  @HRCN_RISKV
end

#HWAV_AFREQObject (readonly)

Returns the value of attribute HWAV_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_AFREQ
  @HWAV_AFREQ
end

#HWAV_ALR_NPCTLObject (readonly)

Returns the value of attribute HWAV_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_ALR_NPCTL
  @HWAV_ALR_NPCTL
end

#HWAV_ALRAObject (readonly)

Returns the value of attribute HWAV_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_ALRA
  @HWAV_ALRA
end

#HWAV_ALRBObject (readonly)

Returns the value of attribute HWAV_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_ALRB
  @HWAV_ALRB
end

#HWAV_ALRPObject (readonly)

Returns the value of attribute HWAV_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_ALRP
  @HWAV_ALRP
end

#HWAV_EALAObject (readonly)

Returns the value of attribute HWAV_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALA
  @HWAV_EALA
end

#HWAV_EALBObject (readonly)

Returns the value of attribute HWAV_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALB
  @HWAV_EALB
end

#HWAV_EALPObject (readonly)

Returns the value of attribute HWAV_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALP
  @HWAV_EALP
end

#HWAV_EALPEObject (readonly)

Returns the value of attribute HWAV_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALPE
  @HWAV_EALPE
end

#HWAV_EALRObject (readonly)

Returns the value of attribute HWAV_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALR
  @HWAV_EALR
end

#HWAV_EALSObject (readonly)

Returns the value of attribute HWAV_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALS
  @HWAV_EALS
end

#HWAV_EALTObject (readonly)

Returns the value of attribute HWAV_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EALT
  @HWAV_EALT
end

#HWAV_EVNTSObject (readonly)

Returns the value of attribute HWAV_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EVNTS
  @HWAV_EVNTS
end

#HWAV_EXP_AREAObject (readonly)

Returns the value of attribute HWAV_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EXP_AREA
  @HWAV_EXP_AREA
end

#HWAV_EXPAObject (readonly)

Returns the value of attribute HWAV_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EXPA
  @HWAV_EXPA
end

#HWAV_EXPBObject (readonly)

Returns the value of attribute HWAV_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EXPB
  @HWAV_EXPB
end

#HWAV_EXPPObject (readonly)

Returns the value of attribute HWAV_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EXPP
  @HWAV_EXPP
end

#HWAV_EXPPEObject (readonly)

Returns the value of attribute HWAV_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EXPPE
  @HWAV_EXPPE
end

#HWAV_EXPTObject (readonly)

Returns the value of attribute HWAV_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_EXPT
  @HWAV_EXPT
end

#HWAV_HLRAObject (readonly)

Returns the value of attribute HWAV_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_HLRA
  @HWAV_HLRA
end

#HWAV_HLRBObject (readonly)

Returns the value of attribute HWAV_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_HLRB
  @HWAV_HLRB
end

#HWAV_HLRPObject (readonly)

Returns the value of attribute HWAV_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_HLRP
  @HWAV_HLRP
end

#HWAV_HLRRObject (readonly)

Returns the value of attribute HWAV_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_HLRR
  @HWAV_HLRR
end

#HWAV_RISKRObject (readonly)

Returns the value of attribute HWAV_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_RISKR
  @HWAV_RISKR
end

#HWAV_RISKSObject (readonly)

Returns the value of attribute HWAV_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_RISKS
  @HWAV_RISKS
end

#HWAV_RISKVObject (readonly)

Returns the value of attribute HWAV_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def HWAV_RISKV
  @HWAV_RISKV
end

#ISTM_AFREQObject (readonly)

Returns the value of attribute ISTM_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_AFREQ
  @ISTM_AFREQ
end

#ISTM_ALR_NPCTLObject (readonly)

Returns the value of attribute ISTM_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_ALR_NPCTL
  @ISTM_ALR_NPCTL
end

#ISTM_ALRBObject (readonly)

Returns the value of attribute ISTM_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_ALRB
  @ISTM_ALRB
end

#ISTM_ALRPObject (readonly)

Returns the value of attribute ISTM_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_ALRP
  @ISTM_ALRP
end

#ISTM_EALBObject (readonly)

Returns the value of attribute ISTM_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EALB
  @ISTM_EALB
end

#ISTM_EALPObject (readonly)

Returns the value of attribute ISTM_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EALP
  @ISTM_EALP
end

#ISTM_EALPEObject (readonly)

Returns the value of attribute ISTM_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EALPE
  @ISTM_EALPE
end

#ISTM_EALRObject (readonly)

Returns the value of attribute ISTM_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EALR
  @ISTM_EALR
end

#ISTM_EALSObject (readonly)

Returns the value of attribute ISTM_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EALS
  @ISTM_EALS
end

#ISTM_EALTObject (readonly)

Returns the value of attribute ISTM_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EALT
  @ISTM_EALT
end

#ISTM_EVNTSObject (readonly)

Returns the value of attribute ISTM_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EVNTS
  @ISTM_EVNTS
end

#ISTM_EXP_AREAObject (readonly)

Returns the value of attribute ISTM_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EXP_AREA
  @ISTM_EXP_AREA
end

#ISTM_EXPBObject (readonly)

Returns the value of attribute ISTM_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EXPB
  @ISTM_EXPB
end

#ISTM_EXPPObject (readonly)

Returns the value of attribute ISTM_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EXPP
  @ISTM_EXPP
end

#ISTM_EXPPEObject (readonly)

Returns the value of attribute ISTM_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EXPPE
  @ISTM_EXPPE
end

#ISTM_EXPTObject (readonly)

Returns the value of attribute ISTM_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_EXPT
  @ISTM_EXPT
end

#ISTM_HLRBObject (readonly)

Returns the value of attribute ISTM_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_HLRB
  @ISTM_HLRB
end

#ISTM_HLRPObject (readonly)

Returns the value of attribute ISTM_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_HLRP
  @ISTM_HLRP
end

#ISTM_HLRRObject (readonly)

Returns the value of attribute ISTM_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_HLRR
  @ISTM_HLRR
end

#ISTM_RISKRObject (readonly)

Returns the value of attribute ISTM_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_RISKR
  @ISTM_RISKR
end

#ISTM_RISKSObject (readonly)

Returns the value of attribute ISTM_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_RISKS
  @ISTM_RISKS
end

#ISTM_RISKVObject (readonly)

Returns the value of attribute ISTM_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def ISTM_RISKV
  @ISTM_RISKV
end

#LNDS_AFREQObject (readonly)

Returns the value of attribute LNDS_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_AFREQ
  @LNDS_AFREQ
end

#LNDS_ALR_NPCTLObject (readonly)

Returns the value of attribute LNDS_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_ALR_NPCTL
  @LNDS_ALR_NPCTL
end

#LNDS_ALRBObject (readonly)

Returns the value of attribute LNDS_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_ALRB
  @LNDS_ALRB
end

#LNDS_ALRPObject (readonly)

Returns the value of attribute LNDS_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_ALRP
  @LNDS_ALRP
end

#LNDS_EALBObject (readonly)

Returns the value of attribute LNDS_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EALB
  @LNDS_EALB
end

#LNDS_EALPObject (readonly)

Returns the value of attribute LNDS_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EALP
  @LNDS_EALP
end

#LNDS_EALPEObject (readonly)

Returns the value of attribute LNDS_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EALPE
  @LNDS_EALPE
end

#LNDS_EALRObject (readonly)

Returns the value of attribute LNDS_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EALR
  @LNDS_EALR
end

#LNDS_EALSObject (readonly)

Returns the value of attribute LNDS_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EALS
  @LNDS_EALS
end

#LNDS_EALTObject (readonly)

Returns the value of attribute LNDS_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EALT
  @LNDS_EALT
end

#LNDS_EVNTSObject (readonly)

Returns the value of attribute LNDS_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EVNTS
  @LNDS_EVNTS
end

#LNDS_EXP_AREAObject (readonly)

Returns the value of attribute LNDS_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EXP_AREA
  @LNDS_EXP_AREA
end

#LNDS_EXPBObject (readonly)

Returns the value of attribute LNDS_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EXPB
  @LNDS_EXPB
end

#LNDS_EXPPObject (readonly)

Returns the value of attribute LNDS_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EXPP
  @LNDS_EXPP
end

#LNDS_EXPPEObject (readonly)

Returns the value of attribute LNDS_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EXPPE
  @LNDS_EXPPE
end

#LNDS_EXPTObject (readonly)

Returns the value of attribute LNDS_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_EXPT
  @LNDS_EXPT
end

#LNDS_HLRBObject (readonly)

Returns the value of attribute LNDS_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_HLRB
  @LNDS_HLRB
end

#LNDS_HLRPObject (readonly)

Returns the value of attribute LNDS_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_HLRP
  @LNDS_HLRP
end

#LNDS_HLRRObject (readonly)

Returns the value of attribute LNDS_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_HLRR
  @LNDS_HLRR
end

#LNDS_RISKRObject (readonly)

Returns the value of attribute LNDS_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_RISKR
  @LNDS_RISKR
end

#LNDS_RISKSObject (readonly)

Returns the value of attribute LNDS_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_RISKS
  @LNDS_RISKS
end

#LNDS_RISKVObject (readonly)

Returns the value of attribute LNDS_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LNDS_RISKV
  @LNDS_RISKV
end

#LTNG_AFREQObject (readonly)

Returns the value of attribute LTNG_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_AFREQ
  @LTNG_AFREQ
end

#LTNG_ALR_NPCTLObject (readonly)

Returns the value of attribute LTNG_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_ALR_NPCTL
  @LTNG_ALR_NPCTL
end

#LTNG_ALRBObject (readonly)

Returns the value of attribute LTNG_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_ALRB
  @LTNG_ALRB
end

#LTNG_ALRPObject (readonly)

Returns the value of attribute LTNG_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_ALRP
  @LTNG_ALRP
end

#LTNG_EALBObject (readonly)

Returns the value of attribute LTNG_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EALB
  @LTNG_EALB
end

#LTNG_EALPObject (readonly)

Returns the value of attribute LTNG_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EALP
  @LTNG_EALP
end

#LTNG_EALPEObject (readonly)

Returns the value of attribute LTNG_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EALPE
  @LTNG_EALPE
end

#LTNG_EALRObject (readonly)

Returns the value of attribute LTNG_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EALR
  @LTNG_EALR
end

#LTNG_EALSObject (readonly)

Returns the value of attribute LTNG_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EALS
  @LTNG_EALS
end

#LTNG_EALTObject (readonly)

Returns the value of attribute LTNG_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EALT
  @LTNG_EALT
end

#LTNG_EVNTSObject (readonly)

Returns the value of attribute LTNG_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EVNTS
  @LTNG_EVNTS
end

#LTNG_EXP_AREAObject (readonly)

Returns the value of attribute LTNG_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EXP_AREA
  @LTNG_EXP_AREA
end

#LTNG_EXPBObject (readonly)

Returns the value of attribute LTNG_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EXPB
  @LTNG_EXPB
end

#LTNG_EXPPObject (readonly)

Returns the value of attribute LTNG_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EXPP
  @LTNG_EXPP
end

#LTNG_EXPPEObject (readonly)

Returns the value of attribute LTNG_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EXPPE
  @LTNG_EXPPE
end

#LTNG_EXPTObject (readonly)

Returns the value of attribute LTNG_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_EXPT
  @LTNG_EXPT
end

#LTNG_HLRBObject (readonly)

Returns the value of attribute LTNG_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_HLRB
  @LTNG_HLRB
end

#LTNG_HLRPObject (readonly)

Returns the value of attribute LTNG_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_HLRP
  @LTNG_HLRP
end

#LTNG_HLRRObject (readonly)

Returns the value of attribute LTNG_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_HLRR
  @LTNG_HLRR
end

#LTNG_RISKRObject (readonly)

Returns the value of attribute LTNG_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_RISKR
  @LTNG_RISKR
end

#LTNG_RISKSObject (readonly)

Returns the value of attribute LTNG_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_RISKS
  @LTNG_RISKS
end

#LTNG_RISKVObject (readonly)

Returns the value of attribute LTNG_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def LTNG_RISKV
  @LTNG_RISKV
end

#NRI_VERObject (readonly)

Returns the value of attribute NRI_VER.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def NRI_VER
  @NRI_VER
end

#POPULATIONObject (readonly)

Returns the value of attribute POPULATION.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def POPULATION
  @POPULATION
end

#RESL_RATNGObject (readonly)

Returns the value of attribute RESL_RATNG.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RESL_RATNG
  @RESL_RATNG
end

#RESL_SCOREObject (readonly)

Returns the value of attribute RESL_SCORE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RESL_SCORE
  @RESL_SCORE
end

#RESL_SPCTLObject (readonly)

Returns the value of attribute RESL_SPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RESL_SPCTL
  @RESL_SPCTL
end

#RESL_VALUEObject (readonly)

Returns the value of attribute RESL_VALUE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RESL_VALUE
  @RESL_VALUE
end

#RFLD_AFREQObject (readonly)

Returns the value of attribute RFLD_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_AFREQ
  @RFLD_AFREQ
end

#RFLD_ALR_NPCTLObject (readonly)

Returns the value of attribute RFLD_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_ALR_NPCTL
  @RFLD_ALR_NPCTL
end

#RFLD_ALRAObject (readonly)

Returns the value of attribute RFLD_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_ALRA
  @RFLD_ALRA
end

#RFLD_ALRBObject (readonly)

Returns the value of attribute RFLD_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_ALRB
  @RFLD_ALRB
end

#RFLD_ALRPObject (readonly)

Returns the value of attribute RFLD_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_ALRP
  @RFLD_ALRP
end

#RFLD_EALAObject (readonly)

Returns the value of attribute RFLD_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALA
  @RFLD_EALA
end

#RFLD_EALBObject (readonly)

Returns the value of attribute RFLD_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALB
  @RFLD_EALB
end

#RFLD_EALPObject (readonly)

Returns the value of attribute RFLD_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALP
  @RFLD_EALP
end

#RFLD_EALPEObject (readonly)

Returns the value of attribute RFLD_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALPE
  @RFLD_EALPE
end

#RFLD_EALRObject (readonly)

Returns the value of attribute RFLD_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALR
  @RFLD_EALR
end

#RFLD_EALSObject (readonly)

Returns the value of attribute RFLD_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALS
  @RFLD_EALS
end

#RFLD_EALTObject (readonly)

Returns the value of attribute RFLD_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EALT
  @RFLD_EALT
end

#RFLD_EVNTSObject (readonly)

Returns the value of attribute RFLD_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EVNTS
  @RFLD_EVNTS
end

#RFLD_EXP_AREAObject (readonly)

Returns the value of attribute RFLD_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EXP_AREA
  @RFLD_EXP_AREA
end

#RFLD_EXPAObject (readonly)

Returns the value of attribute RFLD_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EXPA
  @RFLD_EXPA
end

#RFLD_EXPBObject (readonly)

Returns the value of attribute RFLD_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EXPB
  @RFLD_EXPB
end

#RFLD_EXPPObject (readonly)

Returns the value of attribute RFLD_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EXPP
  @RFLD_EXPP
end

#RFLD_EXPPEObject (readonly)

Returns the value of attribute RFLD_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EXPPE
  @RFLD_EXPPE
end

#RFLD_EXPTObject (readonly)

Returns the value of attribute RFLD_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_EXPT
  @RFLD_EXPT
end

#RFLD_HLRAObject (readonly)

Returns the value of attribute RFLD_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_HLRA
  @RFLD_HLRA
end

#RFLD_HLRBObject (readonly)

Returns the value of attribute RFLD_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_HLRB
  @RFLD_HLRB
end

#RFLD_HLRPObject (readonly)

Returns the value of attribute RFLD_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_HLRP
  @RFLD_HLRP
end

#RFLD_HLRRObject (readonly)

Returns the value of attribute RFLD_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_HLRR
  @RFLD_HLRR
end

#RFLD_RISKRObject (readonly)

Returns the value of attribute RFLD_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_RISKR
  @RFLD_RISKR
end

#RFLD_RISKSObject (readonly)

Returns the value of attribute RFLD_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_RISKS
  @RFLD_RISKS
end

#RFLD_RISKVObject (readonly)

Returns the value of attribute RFLD_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RFLD_RISKV
  @RFLD_RISKV
end

#RISK_RATNGObject (readonly)

Returns the value of attribute RISK_RATNG.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RISK_RATNG
  @RISK_RATNG
end

#RISK_SCOREObject (readonly)

Returns the value of attribute RISK_SCORE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RISK_SCORE
  @RISK_SCORE
end

#RISK_SPCTLObject (readonly)

Returns the value of attribute RISK_SPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RISK_SPCTL
  @RISK_SPCTL
end

#RISK_VALUEObject (readonly)

Returns the value of attribute RISK_VALUE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def RISK_VALUE
  @RISK_VALUE
end

#SOVI_RATNGObject (readonly)

Returns the value of attribute SOVI_RATNG.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SOVI_RATNG
  @SOVI_RATNG
end

#SOVI_SCOREObject (readonly)

Returns the value of attribute SOVI_SCORE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SOVI_SCORE
  @SOVI_SCORE
end

#SOVI_SPCTLObject (readonly)

Returns the value of attribute SOVI_SPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SOVI_SPCTL
  @SOVI_SPCTL
end

#STATEObject (readonly)

Returns the value of attribute STATE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def STATE
  @STATE
end

#STATEABBRVObject (readonly)

Returns the value of attribute STATEABBRV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def STATEABBRV
  @STATEABBRV
end

#STATEFIPSObject (readonly)

Returns the value of attribute STATEFIPS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def STATEFIPS
  @STATEFIPS
end

#STCOFIPSObject (readonly)

Returns the value of attribute STCOFIPS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def STCOFIPS
  @STCOFIPS
end

#SWND_AFREQObject (readonly)

Returns the value of attribute SWND_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_AFREQ
  @SWND_AFREQ
end

#SWND_ALR_NPCTLObject (readonly)

Returns the value of attribute SWND_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_ALR_NPCTL
  @SWND_ALR_NPCTL
end

#SWND_ALRAObject (readonly)

Returns the value of attribute SWND_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_ALRA
  @SWND_ALRA
end

#SWND_ALRBObject (readonly)

Returns the value of attribute SWND_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_ALRB
  @SWND_ALRB
end

#SWND_ALRPObject (readonly)

Returns the value of attribute SWND_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_ALRP
  @SWND_ALRP
end

#SWND_EALAObject (readonly)

Returns the value of attribute SWND_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALA
  @SWND_EALA
end

#SWND_EALBObject (readonly)

Returns the value of attribute SWND_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALB
  @SWND_EALB
end

#SWND_EALPObject (readonly)

Returns the value of attribute SWND_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALP
  @SWND_EALP
end

#SWND_EALPEObject (readonly)

Returns the value of attribute SWND_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALPE
  @SWND_EALPE
end

#SWND_EALRObject (readonly)

Returns the value of attribute SWND_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALR
  @SWND_EALR
end

#SWND_EALSObject (readonly)

Returns the value of attribute SWND_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALS
  @SWND_EALS
end

#SWND_EALTObject (readonly)

Returns the value of attribute SWND_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EALT
  @SWND_EALT
end

#SWND_EVNTSObject (readonly)

Returns the value of attribute SWND_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EVNTS
  @SWND_EVNTS
end

#SWND_EXP_AREAObject (readonly)

Returns the value of attribute SWND_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EXP_AREA
  @SWND_EXP_AREA
end

#SWND_EXPAObject (readonly)

Returns the value of attribute SWND_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EXPA
  @SWND_EXPA
end

#SWND_EXPBObject (readonly)

Returns the value of attribute SWND_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EXPB
  @SWND_EXPB
end

#SWND_EXPPObject (readonly)

Returns the value of attribute SWND_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EXPP
  @SWND_EXPP
end

#SWND_EXPPEObject (readonly)

Returns the value of attribute SWND_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EXPPE
  @SWND_EXPPE
end

#SWND_EXPTObject (readonly)

Returns the value of attribute SWND_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_EXPT
  @SWND_EXPT
end

#SWND_HLRAObject (readonly)

Returns the value of attribute SWND_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_HLRA
  @SWND_HLRA
end

#SWND_HLRBObject (readonly)

Returns the value of attribute SWND_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_HLRB
  @SWND_HLRB
end

#SWND_HLRPObject (readonly)

Returns the value of attribute SWND_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_HLRP
  @SWND_HLRP
end

#SWND_HLRRObject (readonly)

Returns the value of attribute SWND_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_HLRR
  @SWND_HLRR
end

#SWND_RISKRObject (readonly)

Returns the value of attribute SWND_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_RISKR
  @SWND_RISKR
end

#SWND_RISKSObject (readonly)

Returns the value of attribute SWND_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_RISKS
  @SWND_RISKS
end

#SWND_RISKVObject (readonly)

Returns the value of attribute SWND_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def SWND_RISKV
  @SWND_RISKV
end

#TRACTObject (readonly)

Returns the value of attribute TRACT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRACT
  @TRACT
end

#TRACTFIPSObject (readonly)

Returns the value of attribute TRACTFIPS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRACTFIPS
  @TRACTFIPS
end

#TRND_AFREQObject (readonly)

Returns the value of attribute TRND_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_AFREQ
  @TRND_AFREQ
end

#TRND_ALR_NPCTLObject (readonly)

Returns the value of attribute TRND_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_ALR_NPCTL
  @TRND_ALR_NPCTL
end

#TRND_ALRAObject (readonly)

Returns the value of attribute TRND_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_ALRA
  @TRND_ALRA
end

#TRND_ALRBObject (readonly)

Returns the value of attribute TRND_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_ALRB
  @TRND_ALRB
end

#TRND_ALRPObject (readonly)

Returns the value of attribute TRND_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_ALRP
  @TRND_ALRP
end

#TRND_EALAObject (readonly)

Returns the value of attribute TRND_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALA
  @TRND_EALA
end

#TRND_EALBObject (readonly)

Returns the value of attribute TRND_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALB
  @TRND_EALB
end

#TRND_EALPObject (readonly)

Returns the value of attribute TRND_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALP
  @TRND_EALP
end

#TRND_EALPEObject (readonly)

Returns the value of attribute TRND_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALPE
  @TRND_EALPE
end

#TRND_EALRObject (readonly)

Returns the value of attribute TRND_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALR
  @TRND_EALR
end

#TRND_EALSObject (readonly)

Returns the value of attribute TRND_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALS
  @TRND_EALS
end

#TRND_EALTObject (readonly)

Returns the value of attribute TRND_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EALT
  @TRND_EALT
end

#TRND_EVNTSObject (readonly)

Returns the value of attribute TRND_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EVNTS
  @TRND_EVNTS
end

#TRND_EXP_AREAObject (readonly)

Returns the value of attribute TRND_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EXP_AREA
  @TRND_EXP_AREA
end

#TRND_EXPAObject (readonly)

Returns the value of attribute TRND_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EXPA
  @TRND_EXPA
end

#TRND_EXPBObject (readonly)

Returns the value of attribute TRND_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EXPB
  @TRND_EXPB
end

#TRND_EXPPObject (readonly)

Returns the value of attribute TRND_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EXPP
  @TRND_EXPP
end

#TRND_EXPPEObject (readonly)

Returns the value of attribute TRND_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EXPPE
  @TRND_EXPPE
end

#TRND_EXPTObject (readonly)

Returns the value of attribute TRND_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_EXPT
  @TRND_EXPT
end

#TRND_HLRAObject (readonly)

Returns the value of attribute TRND_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_HLRA
  @TRND_HLRA
end

#TRND_HLRBObject (readonly)

Returns the value of attribute TRND_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_HLRB
  @TRND_HLRB
end

#TRND_HLRPObject (readonly)

Returns the value of attribute TRND_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_HLRP
  @TRND_HLRP
end

#TRND_HLRRObject (readonly)

Returns the value of attribute TRND_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_HLRR
  @TRND_HLRR
end

#TRND_RISKRObject (readonly)

Returns the value of attribute TRND_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_RISKR
  @TRND_RISKR
end

#TRND_RISKSObject (readonly)

Returns the value of attribute TRND_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_RISKS
  @TRND_RISKS
end

#TRND_RISKVObject (readonly)

Returns the value of attribute TRND_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TRND_RISKV
  @TRND_RISKV
end

#TSUN_AFREQObject (readonly)

Returns the value of attribute TSUN_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_AFREQ
  @TSUN_AFREQ
end

#TSUN_ALR_NPCTLObject (readonly)

Returns the value of attribute TSUN_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_ALR_NPCTL
  @TSUN_ALR_NPCTL
end

#TSUN_ALRBObject (readonly)

Returns the value of attribute TSUN_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_ALRB
  @TSUN_ALRB
end

#TSUN_ALRPObject (readonly)

Returns the value of attribute TSUN_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_ALRP
  @TSUN_ALRP
end

#TSUN_EALBObject (readonly)

Returns the value of attribute TSUN_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EALB
  @TSUN_EALB
end

#TSUN_EALPObject (readonly)

Returns the value of attribute TSUN_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EALP
  @TSUN_EALP
end

#TSUN_EALPEObject (readonly)

Returns the value of attribute TSUN_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EALPE
  @TSUN_EALPE
end

#TSUN_EALRObject (readonly)

Returns the value of attribute TSUN_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EALR
  @TSUN_EALR
end

#TSUN_EALSObject (readonly)

Returns the value of attribute TSUN_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EALS
  @TSUN_EALS
end

#TSUN_EALTObject (readonly)

Returns the value of attribute TSUN_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EALT
  @TSUN_EALT
end

#TSUN_EVNTSObject (readonly)

Returns the value of attribute TSUN_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EVNTS
  @TSUN_EVNTS
end

#TSUN_EXP_AREAObject (readonly)

Returns the value of attribute TSUN_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EXP_AREA
  @TSUN_EXP_AREA
end

#TSUN_EXPBObject (readonly)

Returns the value of attribute TSUN_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EXPB
  @TSUN_EXPB
end

#TSUN_EXPPObject (readonly)

Returns the value of attribute TSUN_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EXPP
  @TSUN_EXPP
end

#TSUN_EXPPEObject (readonly)

Returns the value of attribute TSUN_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EXPPE
  @TSUN_EXPPE
end

#TSUN_EXPTObject (readonly)

Returns the value of attribute TSUN_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_EXPT
  @TSUN_EXPT
end

#TSUN_HLRBObject (readonly)

Returns the value of attribute TSUN_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_HLRB
  @TSUN_HLRB
end

#TSUN_HLRPObject (readonly)

Returns the value of attribute TSUN_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_HLRP
  @TSUN_HLRP
end

#TSUN_HLRRObject (readonly)

Returns the value of attribute TSUN_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_HLRR
  @TSUN_HLRR
end

#TSUN_RISKRObject (readonly)

Returns the value of attribute TSUN_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_RISKR
  @TSUN_RISKR
end

#TSUN_RISKSObject (readonly)

Returns the value of attribute TSUN_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_RISKS
  @TSUN_RISKS
end

#TSUN_RISKVObject (readonly)

Returns the value of attribute TSUN_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def TSUN_RISKV
  @TSUN_RISKV
end

#VLCN_AFREQObject (readonly)

Returns the value of attribute VLCN_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_AFREQ
  @VLCN_AFREQ
end

#VLCN_ALR_NPCTLObject (readonly)

Returns the value of attribute VLCN_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_ALR_NPCTL
  @VLCN_ALR_NPCTL
end

#VLCN_ALRBObject (readonly)

Returns the value of attribute VLCN_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_ALRB
  @VLCN_ALRB
end

#VLCN_ALRPObject (readonly)

Returns the value of attribute VLCN_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_ALRP
  @VLCN_ALRP
end

#VLCN_EALBObject (readonly)

Returns the value of attribute VLCN_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EALB
  @VLCN_EALB
end

#VLCN_EALPObject (readonly)

Returns the value of attribute VLCN_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EALP
  @VLCN_EALP
end

#VLCN_EALPEObject (readonly)

Returns the value of attribute VLCN_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EALPE
  @VLCN_EALPE
end

#VLCN_EALRObject (readonly)

Returns the value of attribute VLCN_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EALR
  @VLCN_EALR
end

#VLCN_EALSObject (readonly)

Returns the value of attribute VLCN_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EALS
  @VLCN_EALS
end

#VLCN_EALTObject (readonly)

Returns the value of attribute VLCN_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EALT
  @VLCN_EALT
end

#VLCN_EVNTSObject (readonly)

Returns the value of attribute VLCN_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EVNTS
  @VLCN_EVNTS
end

#VLCN_EXP_AREAObject (readonly)

Returns the value of attribute VLCN_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EXP_AREA
  @VLCN_EXP_AREA
end

#VLCN_EXPBObject (readonly)

Returns the value of attribute VLCN_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EXPB
  @VLCN_EXPB
end

#VLCN_EXPPObject (readonly)

Returns the value of attribute VLCN_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EXPP
  @VLCN_EXPP
end

#VLCN_EXPPEObject (readonly)

Returns the value of attribute VLCN_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EXPPE
  @VLCN_EXPPE
end

#VLCN_EXPTObject (readonly)

Returns the value of attribute VLCN_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_EXPT
  @VLCN_EXPT
end

#VLCN_HLRBObject (readonly)

Returns the value of attribute VLCN_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_HLRB
  @VLCN_HLRB
end

#VLCN_HLRPObject (readonly)

Returns the value of attribute VLCN_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_HLRP
  @VLCN_HLRP
end

#VLCN_HLRRObject (readonly)

Returns the value of attribute VLCN_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_HLRR
  @VLCN_HLRR
end

#VLCN_RISKRObject (readonly)

Returns the value of attribute VLCN_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_RISKR
  @VLCN_RISKR
end

#VLCN_RISKSObject (readonly)

Returns the value of attribute VLCN_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_RISKS
  @VLCN_RISKS
end

#VLCN_RISKVObject (readonly)

Returns the value of attribute VLCN_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def VLCN_RISKV
  @VLCN_RISKV
end

#WFIR_AFREQObject (readonly)

Returns the value of attribute WFIR_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_AFREQ
  @WFIR_AFREQ
end

#WFIR_ALR_NPCTLObject (readonly)

Returns the value of attribute WFIR_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_ALR_NPCTL
  @WFIR_ALR_NPCTL
end

#WFIR_ALRAObject (readonly)

Returns the value of attribute WFIR_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_ALRA
  @WFIR_ALRA
end

#WFIR_ALRBObject (readonly)

Returns the value of attribute WFIR_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_ALRB
  @WFIR_ALRB
end

#WFIR_ALRPObject (readonly)

Returns the value of attribute WFIR_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_ALRP
  @WFIR_ALRP
end

#WFIR_EALAObject (readonly)

Returns the value of attribute WFIR_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALA
  @WFIR_EALA
end

#WFIR_EALBObject (readonly)

Returns the value of attribute WFIR_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALB
  @WFIR_EALB
end

#WFIR_EALPObject (readonly)

Returns the value of attribute WFIR_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALP
  @WFIR_EALP
end

#WFIR_EALPEObject (readonly)

Returns the value of attribute WFIR_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALPE
  @WFIR_EALPE
end

#WFIR_EALRObject (readonly)

Returns the value of attribute WFIR_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALR
  @WFIR_EALR
end

#WFIR_EALSObject (readonly)

Returns the value of attribute WFIR_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALS
  @WFIR_EALS
end

#WFIR_EALTObject (readonly)

Returns the value of attribute WFIR_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EALT
  @WFIR_EALT
end

#WFIR_EVNTSObject (readonly)

Returns the value of attribute WFIR_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EVNTS
  @WFIR_EVNTS
end

#WFIR_EXP_AREAObject (readonly)

Returns the value of attribute WFIR_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EXP_AREA
  @WFIR_EXP_AREA
end

#WFIR_EXPAObject (readonly)

Returns the value of attribute WFIR_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EXPA
  @WFIR_EXPA
end

#WFIR_EXPBObject (readonly)

Returns the value of attribute WFIR_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EXPB
  @WFIR_EXPB
end

#WFIR_EXPPObject (readonly)

Returns the value of attribute WFIR_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EXPP
  @WFIR_EXPP
end

#WFIR_EXPPEObject (readonly)

Returns the value of attribute WFIR_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EXPPE
  @WFIR_EXPPE
end

#WFIR_EXPTObject (readonly)

Returns the value of attribute WFIR_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_EXPT
  @WFIR_EXPT
end

#WFIR_HLRAObject (readonly)

Returns the value of attribute WFIR_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_HLRA
  @WFIR_HLRA
end

#WFIR_HLRBObject (readonly)

Returns the value of attribute WFIR_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_HLRB
  @WFIR_HLRB
end

#WFIR_HLRPObject (readonly)

Returns the value of attribute WFIR_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_HLRP
  @WFIR_HLRP
end

#WFIR_HLRRObject (readonly)

Returns the value of attribute WFIR_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_HLRR
  @WFIR_HLRR
end

#WFIR_RISKRObject (readonly)

Returns the value of attribute WFIR_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_RISKR
  @WFIR_RISKR
end

#WFIR_RISKSObject (readonly)

Returns the value of attribute WFIR_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_RISKS
  @WFIR_RISKS
end

#WFIR_RISKVObject (readonly)

Returns the value of attribute WFIR_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WFIR_RISKV
  @WFIR_RISKV
end

#WNTW_AFREQObject (readonly)

Returns the value of attribute WNTW_AFREQ.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_AFREQ
  @WNTW_AFREQ
end

#WNTW_ALR_NPCTLObject (readonly)

Returns the value of attribute WNTW_ALR_NPCTL.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_ALR_NPCTL
  @WNTW_ALR_NPCTL
end

#WNTW_ALRAObject (readonly)

Returns the value of attribute WNTW_ALRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_ALRA
  @WNTW_ALRA
end

#WNTW_ALRBObject (readonly)

Returns the value of attribute WNTW_ALRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_ALRB
  @WNTW_ALRB
end

#WNTW_ALRPObject (readonly)

Returns the value of attribute WNTW_ALRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_ALRP
  @WNTW_ALRP
end

#WNTW_EALAObject (readonly)

Returns the value of attribute WNTW_EALA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALA
  @WNTW_EALA
end

#WNTW_EALBObject (readonly)

Returns the value of attribute WNTW_EALB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALB
  @WNTW_EALB
end

#WNTW_EALPObject (readonly)

Returns the value of attribute WNTW_EALP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALP
  @WNTW_EALP
end

#WNTW_EALPEObject (readonly)

Returns the value of attribute WNTW_EALPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALPE
  @WNTW_EALPE
end

#WNTW_EALRObject (readonly)

Returns the value of attribute WNTW_EALR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALR
  @WNTW_EALR
end

#WNTW_EALSObject (readonly)

Returns the value of attribute WNTW_EALS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALS
  @WNTW_EALS
end

#WNTW_EALTObject (readonly)

Returns the value of attribute WNTW_EALT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EALT
  @WNTW_EALT
end

#WNTW_EVNTSObject (readonly)

Returns the value of attribute WNTW_EVNTS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EVNTS
  @WNTW_EVNTS
end

#WNTW_EXP_AREAObject (readonly)

Returns the value of attribute WNTW_EXP_AREA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EXP_AREA
  @WNTW_EXP_AREA
end

#WNTW_EXPAObject (readonly)

Returns the value of attribute WNTW_EXPA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EXPA
  @WNTW_EXPA
end

#WNTW_EXPBObject (readonly)

Returns the value of attribute WNTW_EXPB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EXPB
  @WNTW_EXPB
end

#WNTW_EXPPObject (readonly)

Returns the value of attribute WNTW_EXPP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EXPP
  @WNTW_EXPP
end

#WNTW_EXPPEObject (readonly)

Returns the value of attribute WNTW_EXPPE.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EXPPE
  @WNTW_EXPPE
end

#WNTW_EXPTObject (readonly)

Returns the value of attribute WNTW_EXPT.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_EXPT
  @WNTW_EXPT
end

#WNTW_HLRAObject (readonly)

Returns the value of attribute WNTW_HLRA.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_HLRA
  @WNTW_HLRA
end

#WNTW_HLRBObject (readonly)

Returns the value of attribute WNTW_HLRB.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_HLRB
  @WNTW_HLRB
end

#WNTW_HLRPObject (readonly)

Returns the value of attribute WNTW_HLRP.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_HLRP
  @WNTW_HLRP
end

#WNTW_HLRRObject (readonly)

Returns the value of attribute WNTW_HLRR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_HLRR
  @WNTW_HLRR
end

#WNTW_RISKRObject (readonly)

Returns the value of attribute WNTW_RISKR.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_RISKR
  @WNTW_RISKR
end

#WNTW_RISKSObject (readonly)

Returns the value of attribute WNTW_RISKS.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_RISKS
  @WNTW_RISKS
end

#WNTW_RISKVObject (readonly)

Returns the value of attribute WNTW_RISKV.



5
6
7
# File 'lib/smartystreets_ruby_sdk/us_enrichment/risk/attributes.rb', line 5

def WNTW_RISKV
  @WNTW_RISKV
end