Class: VericredClient::RateSearch

Inherits:
Object
  • Object
show all
Defined in:
lib/vericred_client/models/rate_search.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ RateSearch

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
# File 'lib/vericred_client/models/rate_search.rb', line 713

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}

  if attributes.has_key?(:'age_0')
    self.age_0 = attributes[:'age_0']
  end

  if attributes.has_key?(:'age_0_tobacco')
    self.age_0_tobacco = attributes[:'age_0_tobacco']
  end

  if attributes.has_key?(:'age_1')
    self.age_1 = attributes[:'age_1']
  end

  if attributes.has_key?(:'age_1_tobacco')
    self.age_1_tobacco = attributes[:'age_1_tobacco']
  end

  if attributes.has_key?(:'age_2')
    self.age_2 = attributes[:'age_2']
  end

  if attributes.has_key?(:'age_2_tobacco')
    self.age_2_tobacco = attributes[:'age_2_tobacco']
  end

  if attributes.has_key?(:'age_3')
    self.age_3 = attributes[:'age_3']
  end

  if attributes.has_key?(:'age_3_tobacco')
    self.age_3_tobacco = attributes[:'age_3_tobacco']
  end

  if attributes.has_key?(:'age_4')
    self.age_4 = attributes[:'age_4']
  end

  if attributes.has_key?(:'age_4_tobacco')
    self.age_4_tobacco = attributes[:'age_4_tobacco']
  end

  if attributes.has_key?(:'age_5')
    self.age_5 = attributes[:'age_5']
  end

  if attributes.has_key?(:'age_5_tobacco')
    self.age_5_tobacco = attributes[:'age_5_tobacco']
  end

  if attributes.has_key?(:'age_6')
    self.age_6 = attributes[:'age_6']
  end

  if attributes.has_key?(:'age_6_tobacco')
    self.age_6_tobacco = attributes[:'age_6_tobacco']
  end

  if attributes.has_key?(:'age_7')
    self.age_7 = attributes[:'age_7']
  end

  if attributes.has_key?(:'age_7_tobacco')
    self.age_7_tobacco = attributes[:'age_7_tobacco']
  end

  if attributes.has_key?(:'age_8')
    self.age_8 = attributes[:'age_8']
  end

  if attributes.has_key?(:'age_8_tobacco')
    self.age_8_tobacco = attributes[:'age_8_tobacco']
  end

  if attributes.has_key?(:'age_9')
    self.age_9 = attributes[:'age_9']
  end

  if attributes.has_key?(:'age_9_tobacco')
    self.age_9_tobacco = attributes[:'age_9_tobacco']
  end

  if attributes.has_key?(:'age_10')
    self.age_10 = attributes[:'age_10']
  end

  if attributes.has_key?(:'age_10_tobacco')
    self.age_10_tobacco = attributes[:'age_10_tobacco']
  end

  if attributes.has_key?(:'age_11')
    self.age_11 = attributes[:'age_11']
  end

  if attributes.has_key?(:'age_11_tobacco')
    self.age_11_tobacco = attributes[:'age_11_tobacco']
  end

  if attributes.has_key?(:'age_12')
    self.age_12 = attributes[:'age_12']
  end

  if attributes.has_key?(:'age_12_tobacco')
    self.age_12_tobacco = attributes[:'age_12_tobacco']
  end

  if attributes.has_key?(:'age_13')
    self.age_13 = attributes[:'age_13']
  end

  if attributes.has_key?(:'age_13_tobacco')
    self.age_13_tobacco = attributes[:'age_13_tobacco']
  end

  if attributes.has_key?(:'age_14')
    self.age_14 = attributes[:'age_14']
  end

  if attributes.has_key?(:'age_14_tobacco')
    self.age_14_tobacco = attributes[:'age_14_tobacco']
  end

  if attributes.has_key?(:'age_15')
    self.age_15 = attributes[:'age_15']
  end

  if attributes.has_key?(:'age_15_tobacco')
    self.age_15_tobacco = attributes[:'age_15_tobacco']
  end

  if attributes.has_key?(:'age_16')
    self.age_16 = attributes[:'age_16']
  end

  if attributes.has_key?(:'age_16_tobacco')
    self.age_16_tobacco = attributes[:'age_16_tobacco']
  end

  if attributes.has_key?(:'age_17')
    self.age_17 = attributes[:'age_17']
  end

  if attributes.has_key?(:'age_17_tobacco')
    self.age_17_tobacco = attributes[:'age_17_tobacco']
  end

  if attributes.has_key?(:'age_18')
    self.age_18 = attributes[:'age_18']
  end

  if attributes.has_key?(:'age_18_tobacco')
    self.age_18_tobacco = attributes[:'age_18_tobacco']
  end

  if attributes.has_key?(:'age_19')
    self.age_19 = attributes[:'age_19']
  end

  if attributes.has_key?(:'age_19_tobacco')
    self.age_19_tobacco = attributes[:'age_19_tobacco']
  end

  if attributes.has_key?(:'age_20')
    self.age_20 = attributes[:'age_20']
  end

  if attributes.has_key?(:'age_20_tobacco')
    self.age_20_tobacco = attributes[:'age_20_tobacco']
  end

  if attributes.has_key?(:'age_21')
    self.age_21 = attributes[:'age_21']
  end

  if attributes.has_key?(:'age_21_tobacco')
    self.age_21_tobacco = attributes[:'age_21_tobacco']
  end

  if attributes.has_key?(:'age_22')
    self.age_22 = attributes[:'age_22']
  end

  if attributes.has_key?(:'age_22_tobacco')
    self.age_22_tobacco = attributes[:'age_22_tobacco']
  end

  if attributes.has_key?(:'age_23')
    self.age_23 = attributes[:'age_23']
  end

  if attributes.has_key?(:'age_23_tobacco')
    self.age_23_tobacco = attributes[:'age_23_tobacco']
  end

  if attributes.has_key?(:'age_24')
    self.age_24 = attributes[:'age_24']
  end

  if attributes.has_key?(:'age_24_tobacco')
    self.age_24_tobacco = attributes[:'age_24_tobacco']
  end

  if attributes.has_key?(:'age_25')
    self.age_25 = attributes[:'age_25']
  end

  if attributes.has_key?(:'age_25_tobacco')
    self.age_25_tobacco = attributes[:'age_25_tobacco']
  end

  if attributes.has_key?(:'age_26')
    self.age_26 = attributes[:'age_26']
  end

  if attributes.has_key?(:'age_26_tobacco')
    self.age_26_tobacco = attributes[:'age_26_tobacco']
  end

  if attributes.has_key?(:'age_27')
    self.age_27 = attributes[:'age_27']
  end

  if attributes.has_key?(:'age_27_tobacco')
    self.age_27_tobacco = attributes[:'age_27_tobacco']
  end

  if attributes.has_key?(:'age_28')
    self.age_28 = attributes[:'age_28']
  end

  if attributes.has_key?(:'age_28_tobacco')
    self.age_28_tobacco = attributes[:'age_28_tobacco']
  end

  if attributes.has_key?(:'age_29')
    self.age_29 = attributes[:'age_29']
  end

  if attributes.has_key?(:'age_29_tobacco')
    self.age_29_tobacco = attributes[:'age_29_tobacco']
  end

  if attributes.has_key?(:'age_30')
    self.age_30 = attributes[:'age_30']
  end

  if attributes.has_key?(:'age_30_tobacco')
    self.age_30_tobacco = attributes[:'age_30_tobacco']
  end

  if attributes.has_key?(:'age_31')
    self.age_31 = attributes[:'age_31']
  end

  if attributes.has_key?(:'age_31_tobacco')
    self.age_31_tobacco = attributes[:'age_31_tobacco']
  end

  if attributes.has_key?(:'age_32')
    self.age_32 = attributes[:'age_32']
  end

  if attributes.has_key?(:'age_32_tobacco')
    self.age_32_tobacco = attributes[:'age_32_tobacco']
  end

  if attributes.has_key?(:'age_33')
    self.age_33 = attributes[:'age_33']
  end

  if attributes.has_key?(:'age_33_tobacco')
    self.age_33_tobacco = attributes[:'age_33_tobacco']
  end

  if attributes.has_key?(:'age_34')
    self.age_34 = attributes[:'age_34']
  end

  if attributes.has_key?(:'age_34_tobacco')
    self.age_34_tobacco = attributes[:'age_34_tobacco']
  end

  if attributes.has_key?(:'age_35')
    self.age_35 = attributes[:'age_35']
  end

  if attributes.has_key?(:'age_35_tobacco')
    self.age_35_tobacco = attributes[:'age_35_tobacco']
  end

  if attributes.has_key?(:'age_36')
    self.age_36 = attributes[:'age_36']
  end

  if attributes.has_key?(:'age_36_tobacco')
    self.age_36_tobacco = attributes[:'age_36_tobacco']
  end

  if attributes.has_key?(:'age_37')
    self.age_37 = attributes[:'age_37']
  end

  if attributes.has_key?(:'age_37_tobacco')
    self.age_37_tobacco = attributes[:'age_37_tobacco']
  end

  if attributes.has_key?(:'age_38')
    self.age_38 = attributes[:'age_38']
  end

  if attributes.has_key?(:'age_38_tobacco')
    self.age_38_tobacco = attributes[:'age_38_tobacco']
  end

  if attributes.has_key?(:'age_39')
    self.age_39 = attributes[:'age_39']
  end

  if attributes.has_key?(:'age_39_tobacco')
    self.age_39_tobacco = attributes[:'age_39_tobacco']
  end

  if attributes.has_key?(:'age_40')
    self.age_40 = attributes[:'age_40']
  end

  if attributes.has_key?(:'age_40_tobacco')
    self.age_40_tobacco = attributes[:'age_40_tobacco']
  end

  if attributes.has_key?(:'age_41')
    self.age_41 = attributes[:'age_41']
  end

  if attributes.has_key?(:'age_41_tobacco')
    self.age_41_tobacco = attributes[:'age_41_tobacco']
  end

  if attributes.has_key?(:'age_42')
    self.age_42 = attributes[:'age_42']
  end

  if attributes.has_key?(:'age_42_tobacco')
    self.age_42_tobacco = attributes[:'age_42_tobacco']
  end

  if attributes.has_key?(:'age_43')
    self.age_43 = attributes[:'age_43']
  end

  if attributes.has_key?(:'age_43_tobacco')
    self.age_43_tobacco = attributes[:'age_43_tobacco']
  end

  if attributes.has_key?(:'age_44')
    self.age_44 = attributes[:'age_44']
  end

  if attributes.has_key?(:'age_44_tobacco')
    self.age_44_tobacco = attributes[:'age_44_tobacco']
  end

  if attributes.has_key?(:'age_45')
    self.age_45 = attributes[:'age_45']
  end

  if attributes.has_key?(:'age_45_tobacco')
    self.age_45_tobacco = attributes[:'age_45_tobacco']
  end

  if attributes.has_key?(:'age_46')
    self.age_46 = attributes[:'age_46']
  end

  if attributes.has_key?(:'age_46_tobacco')
    self.age_46_tobacco = attributes[:'age_46_tobacco']
  end

  if attributes.has_key?(:'age_47')
    self.age_47 = attributes[:'age_47']
  end

  if attributes.has_key?(:'age_47_tobacco')
    self.age_47_tobacco = attributes[:'age_47_tobacco']
  end

  if attributes.has_key?(:'age_48')
    self.age_48 = attributes[:'age_48']
  end

  if attributes.has_key?(:'age_48_tobacco')
    self.age_48_tobacco = attributes[:'age_48_tobacco']
  end

  if attributes.has_key?(:'age_49')
    self.age_49 = attributes[:'age_49']
  end

  if attributes.has_key?(:'age_49_tobacco')
    self.age_49_tobacco = attributes[:'age_49_tobacco']
  end

  if attributes.has_key?(:'age_50')
    self.age_50 = attributes[:'age_50']
  end

  if attributes.has_key?(:'age_50_tobacco')
    self.age_50_tobacco = attributes[:'age_50_tobacco']
  end

  if attributes.has_key?(:'age_51')
    self.age_51 = attributes[:'age_51']
  end

  if attributes.has_key?(:'age_51_tobacco')
    self.age_51_tobacco = attributes[:'age_51_tobacco']
  end

  if attributes.has_key?(:'age_52')
    self.age_52 = attributes[:'age_52']
  end

  if attributes.has_key?(:'age_52_tobacco')
    self.age_52_tobacco = attributes[:'age_52_tobacco']
  end

  if attributes.has_key?(:'age_53')
    self.age_53 = attributes[:'age_53']
  end

  if attributes.has_key?(:'age_53_tobacco')
    self.age_53_tobacco = attributes[:'age_53_tobacco']
  end

  if attributes.has_key?(:'age_54')
    self.age_54 = attributes[:'age_54']
  end

  if attributes.has_key?(:'age_54_tobacco')
    self.age_54_tobacco = attributes[:'age_54_tobacco']
  end

  if attributes.has_key?(:'age_55')
    self.age_55 = attributes[:'age_55']
  end

  if attributes.has_key?(:'age_55_tobacco')
    self.age_55_tobacco = attributes[:'age_55_tobacco']
  end

  if attributes.has_key?(:'age_56')
    self.age_56 = attributes[:'age_56']
  end

  if attributes.has_key?(:'age_56_tobacco')
    self.age_56_tobacco = attributes[:'age_56_tobacco']
  end

  if attributes.has_key?(:'age_57')
    self.age_57 = attributes[:'age_57']
  end

  if attributes.has_key?(:'age_57_tobacco')
    self.age_57_tobacco = attributes[:'age_57_tobacco']
  end

  if attributes.has_key?(:'age_58')
    self.age_58 = attributes[:'age_58']
  end

  if attributes.has_key?(:'age_58_tobacco')
    self.age_58_tobacco = attributes[:'age_58_tobacco']
  end

  if attributes.has_key?(:'age_59')
    self.age_59 = attributes[:'age_59']
  end

  if attributes.has_key?(:'age_59_tobacco')
    self.age_59_tobacco = attributes[:'age_59_tobacco']
  end

  if attributes.has_key?(:'age_60')
    self.age_60 = attributes[:'age_60']
  end

  if attributes.has_key?(:'age_60_tobacco')
    self.age_60_tobacco = attributes[:'age_60_tobacco']
  end

  if attributes.has_key?(:'age_61')
    self.age_61 = attributes[:'age_61']
  end

  if attributes.has_key?(:'age_61_tobacco')
    self.age_61_tobacco = attributes[:'age_61_tobacco']
  end

  if attributes.has_key?(:'age_62')
    self.age_62 = attributes[:'age_62']
  end

  if attributes.has_key?(:'age_62_tobacco')
    self.age_62_tobacco = attributes[:'age_62_tobacco']
  end

  if attributes.has_key?(:'age_63')
    self.age_63 = attributes[:'age_63']
  end

  if attributes.has_key?(:'age_63_tobacco')
    self.age_63_tobacco = attributes[:'age_63_tobacco']
  end

  if attributes.has_key?(:'age_64')
    self.age_64 = attributes[:'age_64']
  end

  if attributes.has_key?(:'age_64_tobacco')
    self.age_64_tobacco = attributes[:'age_64_tobacco']
  end

  if attributes.has_key?(:'age_65')
    self.age_65 = attributes[:'age_65']
  end

  if attributes.has_key?(:'age_65_tobacco')
    self.age_65_tobacco = attributes[:'age_65_tobacco']
  end

  if attributes.has_key?(:'effective_date')
    self.effective_date = attributes[:'effective_date']
  end

  if attributes.has_key?(:'expiration_date')
    self.expiration_date = attributes[:'expiration_date']
  end

  if attributes.has_key?(:'plan_id')
    self.plan_id = attributes[:'plan_id']
  end

  if attributes.has_key?(:'source')
    self.source = attributes[:'source']
  end

end

Instance Attribute Details

#age_0Object

Rate for age 0



19
20
21
# File 'lib/vericred_client/models/rate_search.rb', line 19

def age_0
  @age_0
end

#age_0_tobaccoObject

Tobacco rate for age 0



22
23
24
# File 'lib/vericred_client/models/rate_search.rb', line 22

def age_0_tobacco
  @age_0_tobacco
end

#age_1Object

Rate for age 1



25
26
27
# File 'lib/vericred_client/models/rate_search.rb', line 25

def age_1
  @age_1
end

#age_10Object

Rate for age 10



79
80
81
# File 'lib/vericred_client/models/rate_search.rb', line 79

def age_10
  @age_10
end

#age_10_tobaccoObject

Tobacco rate for age 10



82
83
84
# File 'lib/vericred_client/models/rate_search.rb', line 82

def age_10_tobacco
  @age_10_tobacco
end

#age_11Object

Rate for age 11



85
86
87
# File 'lib/vericred_client/models/rate_search.rb', line 85

def age_11
  @age_11
end

#age_11_tobaccoObject

Tobacco rate for age 11



88
89
90
# File 'lib/vericred_client/models/rate_search.rb', line 88

def age_11_tobacco
  @age_11_tobacco
end

#age_12Object

Rate for age 12



91
92
93
# File 'lib/vericred_client/models/rate_search.rb', line 91

def age_12
  @age_12
end

#age_12_tobaccoObject

Tobacco rate for age 12



94
95
96
# File 'lib/vericred_client/models/rate_search.rb', line 94

def age_12_tobacco
  @age_12_tobacco
end

#age_13Object

Rate for age 13



97
98
99
# File 'lib/vericred_client/models/rate_search.rb', line 97

def age_13
  @age_13
end

#age_13_tobaccoObject

Tobacco rate for age 13



100
101
102
# File 'lib/vericred_client/models/rate_search.rb', line 100

def age_13_tobacco
  @age_13_tobacco
end

#age_14Object

Rate for age 14



103
104
105
# File 'lib/vericred_client/models/rate_search.rb', line 103

def age_14
  @age_14
end

#age_14_tobaccoObject

Tobacco rate for age 14



106
107
108
# File 'lib/vericred_client/models/rate_search.rb', line 106

def age_14_tobacco
  @age_14_tobacco
end

#age_15Object

Rate for age 15



109
110
111
# File 'lib/vericred_client/models/rate_search.rb', line 109

def age_15
  @age_15
end

#age_15_tobaccoObject

Tobacco rate for age 15



112
113
114
# File 'lib/vericred_client/models/rate_search.rb', line 112

def age_15_tobacco
  @age_15_tobacco
end

#age_16Object

Rate for age 16



115
116
117
# File 'lib/vericred_client/models/rate_search.rb', line 115

def age_16
  @age_16
end

#age_16_tobaccoObject

Tobacco rate for age 16



118
119
120
# File 'lib/vericred_client/models/rate_search.rb', line 118

def age_16_tobacco
  @age_16_tobacco
end

#age_17Object

Rate for age 17



121
122
123
# File 'lib/vericred_client/models/rate_search.rb', line 121

def age_17
  @age_17
end

#age_17_tobaccoObject

Tobacco rate for age 17



124
125
126
# File 'lib/vericred_client/models/rate_search.rb', line 124

def age_17_tobacco
  @age_17_tobacco
end

#age_18Object

Rate for age 18



127
128
129
# File 'lib/vericred_client/models/rate_search.rb', line 127

def age_18
  @age_18
end

#age_18_tobaccoObject

Tobacco rate for age 18



130
131
132
# File 'lib/vericred_client/models/rate_search.rb', line 130

def age_18_tobacco
  @age_18_tobacco
end

#age_19Object

Rate for age 19



133
134
135
# File 'lib/vericred_client/models/rate_search.rb', line 133

def age_19
  @age_19
end

#age_19_tobaccoObject

Tobacco rate for age 19



136
137
138
# File 'lib/vericred_client/models/rate_search.rb', line 136

def age_19_tobacco
  @age_19_tobacco
end

#age_1_tobaccoObject

Tobacco rate for age 1



28
29
30
# File 'lib/vericred_client/models/rate_search.rb', line 28

def age_1_tobacco
  @age_1_tobacco
end

#age_2Object

Rate for age 2



31
32
33
# File 'lib/vericred_client/models/rate_search.rb', line 31

def age_2
  @age_2
end

#age_20Object

Rate for age 20



139
140
141
# File 'lib/vericred_client/models/rate_search.rb', line 139

def age_20
  @age_20
end

#age_20_tobaccoObject

Tobacco rate for age 20



142
143
144
# File 'lib/vericred_client/models/rate_search.rb', line 142

def age_20_tobacco
  @age_20_tobacco
end

#age_21Object

Rate for age 21



145
146
147
# File 'lib/vericred_client/models/rate_search.rb', line 145

def age_21
  @age_21
end

#age_21_tobaccoObject

Tobacco rate for age 21



148
149
150
# File 'lib/vericred_client/models/rate_search.rb', line 148

def age_21_tobacco
  @age_21_tobacco
end

#age_22Object

Rate for age 22



151
152
153
# File 'lib/vericred_client/models/rate_search.rb', line 151

def age_22
  @age_22
end

#age_22_tobaccoObject

Tobacco rate for age 22



154
155
156
# File 'lib/vericred_client/models/rate_search.rb', line 154

def age_22_tobacco
  @age_22_tobacco
end

#age_23Object

Rate for age 23



157
158
159
# File 'lib/vericred_client/models/rate_search.rb', line 157

def age_23
  @age_23
end

#age_23_tobaccoObject

Tobacco rate for age 23



160
161
162
# File 'lib/vericred_client/models/rate_search.rb', line 160

def age_23_tobacco
  @age_23_tobacco
end

#age_24Object

Rate for age 24



163
164
165
# File 'lib/vericred_client/models/rate_search.rb', line 163

def age_24
  @age_24
end

#age_24_tobaccoObject

Tobacco rate for age 24



166
167
168
# File 'lib/vericred_client/models/rate_search.rb', line 166

def age_24_tobacco
  @age_24_tobacco
end

#age_25Object

Rate for age 25



169
170
171
# File 'lib/vericred_client/models/rate_search.rb', line 169

def age_25
  @age_25
end

#age_25_tobaccoObject

Tobacco rate for age 25



172
173
174
# File 'lib/vericred_client/models/rate_search.rb', line 172

def age_25_tobacco
  @age_25_tobacco
end

#age_26Object

Rate for age 26



175
176
177
# File 'lib/vericred_client/models/rate_search.rb', line 175

def age_26
  @age_26
end

#age_26_tobaccoObject

Tobacco rate for age 26



178
179
180
# File 'lib/vericred_client/models/rate_search.rb', line 178

def age_26_tobacco
  @age_26_tobacco
end

#age_27Object

Rate for age 27



181
182
183
# File 'lib/vericred_client/models/rate_search.rb', line 181

def age_27
  @age_27
end

#age_27_tobaccoObject

Tobacco rate for age 27



184
185
186
# File 'lib/vericred_client/models/rate_search.rb', line 184

def age_27_tobacco
  @age_27_tobacco
end

#age_28Object

Rate for age 28



187
188
189
# File 'lib/vericred_client/models/rate_search.rb', line 187

def age_28
  @age_28
end

#age_28_tobaccoObject

Tobacco rate for age 28



190
191
192
# File 'lib/vericred_client/models/rate_search.rb', line 190

def age_28_tobacco
  @age_28_tobacco
end

#age_29Object

Rate for age 29



193
194
195
# File 'lib/vericred_client/models/rate_search.rb', line 193

def age_29
  @age_29
end

#age_29_tobaccoObject

Tobacco rate for age 29



196
197
198
# File 'lib/vericred_client/models/rate_search.rb', line 196

def age_29_tobacco
  @age_29_tobacco
end

#age_2_tobaccoObject

Tobacco rate for age 2



34
35
36
# File 'lib/vericred_client/models/rate_search.rb', line 34

def age_2_tobacco
  @age_2_tobacco
end

#age_3Object

Rate for age 3



37
38
39
# File 'lib/vericred_client/models/rate_search.rb', line 37

def age_3
  @age_3
end

#age_30Object

Rate for age 30



199
200
201
# File 'lib/vericred_client/models/rate_search.rb', line 199

def age_30
  @age_30
end

#age_30_tobaccoObject

Tobacco rate for age 30



202
203
204
# File 'lib/vericred_client/models/rate_search.rb', line 202

def age_30_tobacco
  @age_30_tobacco
end

#age_31Object

Rate for age 31



205
206
207
# File 'lib/vericred_client/models/rate_search.rb', line 205

def age_31
  @age_31
end

#age_31_tobaccoObject

Tobacco rate for age 31



208
209
210
# File 'lib/vericred_client/models/rate_search.rb', line 208

def age_31_tobacco
  @age_31_tobacco
end

#age_32Object

Rate for age 32



211
212
213
# File 'lib/vericred_client/models/rate_search.rb', line 211

def age_32
  @age_32
end

#age_32_tobaccoObject

Tobacco rate for age 32



214
215
216
# File 'lib/vericred_client/models/rate_search.rb', line 214

def age_32_tobacco
  @age_32_tobacco
end

#age_33Object

Rate for age 33



217
218
219
# File 'lib/vericred_client/models/rate_search.rb', line 217

def age_33
  @age_33
end

#age_33_tobaccoObject

Tobacco rate for age 33



220
221
222
# File 'lib/vericred_client/models/rate_search.rb', line 220

def age_33_tobacco
  @age_33_tobacco
end

#age_34Object

Rate for age 34



223
224
225
# File 'lib/vericred_client/models/rate_search.rb', line 223

def age_34
  @age_34
end

#age_34_tobaccoObject

Tobacco rate for age 34



226
227
228
# File 'lib/vericred_client/models/rate_search.rb', line 226

def age_34_tobacco
  @age_34_tobacco
end

#age_35Object

Rate for age 35



229
230
231
# File 'lib/vericred_client/models/rate_search.rb', line 229

def age_35
  @age_35
end

#age_35_tobaccoObject

Tobacco rate for age 35



232
233
234
# File 'lib/vericred_client/models/rate_search.rb', line 232

def age_35_tobacco
  @age_35_tobacco
end

#age_36Object

Rate for age 36



235
236
237
# File 'lib/vericred_client/models/rate_search.rb', line 235

def age_36
  @age_36
end

#age_36_tobaccoObject

Tobacco rate for age 36



238
239
240
# File 'lib/vericred_client/models/rate_search.rb', line 238

def age_36_tobacco
  @age_36_tobacco
end

#age_37Object

Rate for age 37



241
242
243
# File 'lib/vericred_client/models/rate_search.rb', line 241

def age_37
  @age_37
end

#age_37_tobaccoObject

Tobacco rate for age 37



244
245
246
# File 'lib/vericred_client/models/rate_search.rb', line 244

def age_37_tobacco
  @age_37_tobacco
end

#age_38Object

Rate for age 38



247
248
249
# File 'lib/vericred_client/models/rate_search.rb', line 247

def age_38
  @age_38
end

#age_38_tobaccoObject

Tobacco rate for age 38



250
251
252
# File 'lib/vericred_client/models/rate_search.rb', line 250

def age_38_tobacco
  @age_38_tobacco
end

#age_39Object

Rate for age 39



253
254
255
# File 'lib/vericred_client/models/rate_search.rb', line 253

def age_39
  @age_39
end

#age_39_tobaccoObject

Tobacco rate for age 39



256
257
258
# File 'lib/vericred_client/models/rate_search.rb', line 256

def age_39_tobacco
  @age_39_tobacco
end

#age_3_tobaccoObject

Tobacco rate for age 3



40
41
42
# File 'lib/vericred_client/models/rate_search.rb', line 40

def age_3_tobacco
  @age_3_tobacco
end

#age_4Object

Rate for age 4



43
44
45
# File 'lib/vericred_client/models/rate_search.rb', line 43

def age_4
  @age_4
end

#age_40Object

Rate for age 40



259
260
261
# File 'lib/vericred_client/models/rate_search.rb', line 259

def age_40
  @age_40
end

#age_40_tobaccoObject

Tobacco rate for age 40



262
263
264
# File 'lib/vericred_client/models/rate_search.rb', line 262

def age_40_tobacco
  @age_40_tobacco
end

#age_41Object

Rate for age 41



265
266
267
# File 'lib/vericred_client/models/rate_search.rb', line 265

def age_41
  @age_41
end

#age_41_tobaccoObject

Tobacco rate for age 41



268
269
270
# File 'lib/vericred_client/models/rate_search.rb', line 268

def age_41_tobacco
  @age_41_tobacco
end

#age_42Object

Rate for age 42



271
272
273
# File 'lib/vericred_client/models/rate_search.rb', line 271

def age_42
  @age_42
end

#age_42_tobaccoObject

Tobacco rate for age 42



274
275
276
# File 'lib/vericred_client/models/rate_search.rb', line 274

def age_42_tobacco
  @age_42_tobacco
end

#age_43Object

Rate for age 43



277
278
279
# File 'lib/vericred_client/models/rate_search.rb', line 277

def age_43
  @age_43
end

#age_43_tobaccoObject

Tobacco rate for age 43



280
281
282
# File 'lib/vericred_client/models/rate_search.rb', line 280

def age_43_tobacco
  @age_43_tobacco
end

#age_44Object

Rate for age 44



283
284
285
# File 'lib/vericred_client/models/rate_search.rb', line 283

def age_44
  @age_44
end

#age_44_tobaccoObject

Tobacco rate for age 44



286
287
288
# File 'lib/vericred_client/models/rate_search.rb', line 286

def age_44_tobacco
  @age_44_tobacco
end

#age_45Object

Rate for age 45



289
290
291
# File 'lib/vericred_client/models/rate_search.rb', line 289

def age_45
  @age_45
end

#age_45_tobaccoObject

Tobacco rate for age 45



292
293
294
# File 'lib/vericred_client/models/rate_search.rb', line 292

def age_45_tobacco
  @age_45_tobacco
end

#age_46Object

Rate for age 46



295
296
297
# File 'lib/vericred_client/models/rate_search.rb', line 295

def age_46
  @age_46
end

#age_46_tobaccoObject

Tobacco rate for age 46



298
299
300
# File 'lib/vericred_client/models/rate_search.rb', line 298

def age_46_tobacco
  @age_46_tobacco
end

#age_47Object

Rate for age 47



301
302
303
# File 'lib/vericred_client/models/rate_search.rb', line 301

def age_47
  @age_47
end

#age_47_tobaccoObject

Tobacco rate for age 47



304
305
306
# File 'lib/vericred_client/models/rate_search.rb', line 304

def age_47_tobacco
  @age_47_tobacco
end

#age_48Object

Rate for age 48



307
308
309
# File 'lib/vericred_client/models/rate_search.rb', line 307

def age_48
  @age_48
end

#age_48_tobaccoObject

Tobacco rate for age 48



310
311
312
# File 'lib/vericred_client/models/rate_search.rb', line 310

def age_48_tobacco
  @age_48_tobacco
end

#age_49Object

Rate for age 49



313
314
315
# File 'lib/vericred_client/models/rate_search.rb', line 313

def age_49
  @age_49
end

#age_49_tobaccoObject

Tobacco rate for age 49



316
317
318
# File 'lib/vericred_client/models/rate_search.rb', line 316

def age_49_tobacco
  @age_49_tobacco
end

#age_4_tobaccoObject

Tobacco rate for age 4



46
47
48
# File 'lib/vericred_client/models/rate_search.rb', line 46

def age_4_tobacco
  @age_4_tobacco
end

#age_5Object

Rate for age 5



49
50
51
# File 'lib/vericred_client/models/rate_search.rb', line 49

def age_5
  @age_5
end

#age_50Object

Rate for age 50



319
320
321
# File 'lib/vericred_client/models/rate_search.rb', line 319

def age_50
  @age_50
end

#age_50_tobaccoObject

Tobacco rate for age 50



322
323
324
# File 'lib/vericred_client/models/rate_search.rb', line 322

def age_50_tobacco
  @age_50_tobacco
end

#age_51Object

Rate for age 51



325
326
327
# File 'lib/vericred_client/models/rate_search.rb', line 325

def age_51
  @age_51
end

#age_51_tobaccoObject

Tobacco rate for age 51



328
329
330
# File 'lib/vericred_client/models/rate_search.rb', line 328

def age_51_tobacco
  @age_51_tobacco
end

#age_52Object

Rate for age 52



331
332
333
# File 'lib/vericred_client/models/rate_search.rb', line 331

def age_52
  @age_52
end

#age_52_tobaccoObject

Tobacco rate for age 52



334
335
336
# File 'lib/vericred_client/models/rate_search.rb', line 334

def age_52_tobacco
  @age_52_tobacco
end

#age_53Object

Rate for age 53



337
338
339
# File 'lib/vericred_client/models/rate_search.rb', line 337

def age_53
  @age_53
end

#age_53_tobaccoObject

Tobacco rate for age 53



340
341
342
# File 'lib/vericred_client/models/rate_search.rb', line 340

def age_53_tobacco
  @age_53_tobacco
end

#age_54Object

Rate for age 54



343
344
345
# File 'lib/vericred_client/models/rate_search.rb', line 343

def age_54
  @age_54
end

#age_54_tobaccoObject

Tobacco rate for age 54



346
347
348
# File 'lib/vericred_client/models/rate_search.rb', line 346

def age_54_tobacco
  @age_54_tobacco
end

#age_55Object

Rate for age 55



349
350
351
# File 'lib/vericred_client/models/rate_search.rb', line 349

def age_55
  @age_55
end

#age_55_tobaccoObject

Tobacco rate for age 55



352
353
354
# File 'lib/vericred_client/models/rate_search.rb', line 352

def age_55_tobacco
  @age_55_tobacco
end

#age_56Object

Rate for age 56



355
356
357
# File 'lib/vericred_client/models/rate_search.rb', line 355

def age_56
  @age_56
end

#age_56_tobaccoObject

Tobacco rate for age 56



358
359
360
# File 'lib/vericred_client/models/rate_search.rb', line 358

def age_56_tobacco
  @age_56_tobacco
end

#age_57Object

Rate for age 57



361
362
363
# File 'lib/vericred_client/models/rate_search.rb', line 361

def age_57
  @age_57
end

#age_57_tobaccoObject

Tobacco rate for age 57



364
365
366
# File 'lib/vericred_client/models/rate_search.rb', line 364

def age_57_tobacco
  @age_57_tobacco
end

#age_58Object

Rate for age 58



367
368
369
# File 'lib/vericred_client/models/rate_search.rb', line 367

def age_58
  @age_58
end

#age_58_tobaccoObject

Tobacco rate for age 58



370
371
372
# File 'lib/vericred_client/models/rate_search.rb', line 370

def age_58_tobacco
  @age_58_tobacco
end

#age_59Object

Rate for age 59



373
374
375
# File 'lib/vericred_client/models/rate_search.rb', line 373

def age_59
  @age_59
end

#age_59_tobaccoObject

Tobacco rate for age 59



376
377
378
# File 'lib/vericred_client/models/rate_search.rb', line 376

def age_59_tobacco
  @age_59_tobacco
end

#age_5_tobaccoObject

Tobacco rate for age 5



52
53
54
# File 'lib/vericred_client/models/rate_search.rb', line 52

def age_5_tobacco
  @age_5_tobacco
end

#age_6Object

Rate for age 6



55
56
57
# File 'lib/vericred_client/models/rate_search.rb', line 55

def age_6
  @age_6
end

#age_60Object

Rate for age 60



379
380
381
# File 'lib/vericred_client/models/rate_search.rb', line 379

def age_60
  @age_60
end

#age_60_tobaccoObject

Tobacco rate for age 60



382
383
384
# File 'lib/vericred_client/models/rate_search.rb', line 382

def age_60_tobacco
  @age_60_tobacco
end

#age_61Object

Rate for age 61



385
386
387
# File 'lib/vericred_client/models/rate_search.rb', line 385

def age_61
  @age_61
end

#age_61_tobaccoObject

Tobacco rate for age 61



388
389
390
# File 'lib/vericred_client/models/rate_search.rb', line 388

def age_61_tobacco
  @age_61_tobacco
end

#age_62Object

Rate for age 62



391
392
393
# File 'lib/vericred_client/models/rate_search.rb', line 391

def age_62
  @age_62
end

#age_62_tobaccoObject

Tobacco rate for age 62



394
395
396
# File 'lib/vericred_client/models/rate_search.rb', line 394

def age_62_tobacco
  @age_62_tobacco
end

#age_63Object

Rate for age 63



397
398
399
# File 'lib/vericred_client/models/rate_search.rb', line 397

def age_63
  @age_63
end

#age_63_tobaccoObject

Tobacco rate for age 63



400
401
402
# File 'lib/vericred_client/models/rate_search.rb', line 400

def age_63_tobacco
  @age_63_tobacco
end

#age_64Object

Rate for age 64



403
404
405
# File 'lib/vericred_client/models/rate_search.rb', line 403

def age_64
  @age_64
end

#age_64_tobaccoObject

Tobacco rate for age 64



406
407
408
# File 'lib/vericred_client/models/rate_search.rb', line 406

def age_64_tobacco
  @age_64_tobacco
end

#age_65Object

Rate for age 65



409
410
411
# File 'lib/vericred_client/models/rate_search.rb', line 409

def age_65
  @age_65
end

#age_65_tobaccoObject

Tobacco rate for age 65



412
413
414
# File 'lib/vericred_client/models/rate_search.rb', line 412

def age_65_tobacco
  @age_65_tobacco
end

#age_6_tobaccoObject

Tobacco rate for age 6



58
59
60
# File 'lib/vericred_client/models/rate_search.rb', line 58

def age_6_tobacco
  @age_6_tobacco
end

#age_7Object

Rate for age 7



61
62
63
# File 'lib/vericred_client/models/rate_search.rb', line 61

def age_7
  @age_7
end

#age_7_tobaccoObject

Tobacco rate for age 7



64
65
66
# File 'lib/vericred_client/models/rate_search.rb', line 64

def age_7_tobacco
  @age_7_tobacco
end

#age_8Object

Rate for age 8



67
68
69
# File 'lib/vericred_client/models/rate_search.rb', line 67

def age_8
  @age_8
end

#age_8_tobaccoObject

Tobacco rate for age 8



70
71
72
# File 'lib/vericred_client/models/rate_search.rb', line 70

def age_8_tobacco
  @age_8_tobacco
end

#age_9Object

Rate for age 9



73
74
75
# File 'lib/vericred_client/models/rate_search.rb', line 73

def age_9
  @age_9
end

#age_9_tobaccoObject

Tobacco rate for age 9



76
77
78
# File 'lib/vericred_client/models/rate_search.rb', line 76

def age_9_tobacco
  @age_9_tobacco
end

#effective_dateObject

First date on which the rate is effective



415
416
417
# File 'lib/vericred_client/models/rate_search.rb', line 415

def effective_date
  @effective_date
end

#expiration_dateObject

Last date on which the rate is effecitve



418
419
420
# File 'lib/vericred_client/models/rate_search.rb', line 418

def expiration_date
  @expiration_date
end

#plan_idObject

Foreign key to the plan



421
422
423
# File 'lib/vericred_client/models/rate_search.rb', line 421

def plan_id
  @plan_id
end

#sourceObject

Data source for the rate



424
425
426
# File 'lib/vericred_client/models/rate_search.rb', line 424

def source
  @source
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



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
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
# File 'lib/vericred_client/models/rate_search.rb', line 428

def self.attribute_map
  {
    :'age_0' => :'age_0',
    :'age_0_tobacco' => :'age_0_tobacco',
    :'age_1' => :'age_1',
    :'age_1_tobacco' => :'age_1_tobacco',
    :'age_2' => :'age_2',
    :'age_2_tobacco' => :'age_2_tobacco',
    :'age_3' => :'age_3',
    :'age_3_tobacco' => :'age_3_tobacco',
    :'age_4' => :'age_4',
    :'age_4_tobacco' => :'age_4_tobacco',
    :'age_5' => :'age_5',
    :'age_5_tobacco' => :'age_5_tobacco',
    :'age_6' => :'age_6',
    :'age_6_tobacco' => :'age_6_tobacco',
    :'age_7' => :'age_7',
    :'age_7_tobacco' => :'age_7_tobacco',
    :'age_8' => :'age_8',
    :'age_8_tobacco' => :'age_8_tobacco',
    :'age_9' => :'age_9',
    :'age_9_tobacco' => :'age_9_tobacco',
    :'age_10' => :'age_10',
    :'age_10_tobacco' => :'age_10_tobacco',
    :'age_11' => :'age_11',
    :'age_11_tobacco' => :'age_11_tobacco',
    :'age_12' => :'age_12',
    :'age_12_tobacco' => :'age_12_tobacco',
    :'age_13' => :'age_13',
    :'age_13_tobacco' => :'age_13_tobacco',
    :'age_14' => :'age_14',
    :'age_14_tobacco' => :'age_14_tobacco',
    :'age_15' => :'age_15',
    :'age_15_tobacco' => :'age_15_tobacco',
    :'age_16' => :'age_16',
    :'age_16_tobacco' => :'age_16_tobacco',
    :'age_17' => :'age_17',
    :'age_17_tobacco' => :'age_17_tobacco',
    :'age_18' => :'age_18',
    :'age_18_tobacco' => :'age_18_tobacco',
    :'age_19' => :'age_19',
    :'age_19_tobacco' => :'age_19_tobacco',
    :'age_20' => :'age_20',
    :'age_20_tobacco' => :'age_20_tobacco',
    :'age_21' => :'age_21',
    :'age_21_tobacco' => :'age_21_tobacco',
    :'age_22' => :'age_22',
    :'age_22_tobacco' => :'age_22_tobacco',
    :'age_23' => :'age_23',
    :'age_23_tobacco' => :'age_23_tobacco',
    :'age_24' => :'age_24',
    :'age_24_tobacco' => :'age_24_tobacco',
    :'age_25' => :'age_25',
    :'age_25_tobacco' => :'age_25_tobacco',
    :'age_26' => :'age_26',
    :'age_26_tobacco' => :'age_26_tobacco',
    :'age_27' => :'age_27',
    :'age_27_tobacco' => :'age_27_tobacco',
    :'age_28' => :'age_28',
    :'age_28_tobacco' => :'age_28_tobacco',
    :'age_29' => :'age_29',
    :'age_29_tobacco' => :'age_29_tobacco',
    :'age_30' => :'age_30',
    :'age_30_tobacco' => :'age_30_tobacco',
    :'age_31' => :'age_31',
    :'age_31_tobacco' => :'age_31_tobacco',
    :'age_32' => :'age_32',
    :'age_32_tobacco' => :'age_32_tobacco',
    :'age_33' => :'age_33',
    :'age_33_tobacco' => :'age_33_tobacco',
    :'age_34' => :'age_34',
    :'age_34_tobacco' => :'age_34_tobacco',
    :'age_35' => :'age_35',
    :'age_35_tobacco' => :'age_35_tobacco',
    :'age_36' => :'age_36',
    :'age_36_tobacco' => :'age_36_tobacco',
    :'age_37' => :'age_37',
    :'age_37_tobacco' => :'age_37_tobacco',
    :'age_38' => :'age_38',
    :'age_38_tobacco' => :'age_38_tobacco',
    :'age_39' => :'age_39',
    :'age_39_tobacco' => :'age_39_tobacco',
    :'age_40' => :'age_40',
    :'age_40_tobacco' => :'age_40_tobacco',
    :'age_41' => :'age_41',
    :'age_41_tobacco' => :'age_41_tobacco',
    :'age_42' => :'age_42',
    :'age_42_tobacco' => :'age_42_tobacco',
    :'age_43' => :'age_43',
    :'age_43_tobacco' => :'age_43_tobacco',
    :'age_44' => :'age_44',
    :'age_44_tobacco' => :'age_44_tobacco',
    :'age_45' => :'age_45',
    :'age_45_tobacco' => :'age_45_tobacco',
    :'age_46' => :'age_46',
    :'age_46_tobacco' => :'age_46_tobacco',
    :'age_47' => :'age_47',
    :'age_47_tobacco' => :'age_47_tobacco',
    :'age_48' => :'age_48',
    :'age_48_tobacco' => :'age_48_tobacco',
    :'age_49' => :'age_49',
    :'age_49_tobacco' => :'age_49_tobacco',
    :'age_50' => :'age_50',
    :'age_50_tobacco' => :'age_50_tobacco',
    :'age_51' => :'age_51',
    :'age_51_tobacco' => :'age_51_tobacco',
    :'age_52' => :'age_52',
    :'age_52_tobacco' => :'age_52_tobacco',
    :'age_53' => :'age_53',
    :'age_53_tobacco' => :'age_53_tobacco',
    :'age_54' => :'age_54',
    :'age_54_tobacco' => :'age_54_tobacco',
    :'age_55' => :'age_55',
    :'age_55_tobacco' => :'age_55_tobacco',
    :'age_56' => :'age_56',
    :'age_56_tobacco' => :'age_56_tobacco',
    :'age_57' => :'age_57',
    :'age_57_tobacco' => :'age_57_tobacco',
    :'age_58' => :'age_58',
    :'age_58_tobacco' => :'age_58_tobacco',
    :'age_59' => :'age_59',
    :'age_59_tobacco' => :'age_59_tobacco',
    :'age_60' => :'age_60',
    :'age_60_tobacco' => :'age_60_tobacco',
    :'age_61' => :'age_61',
    :'age_61_tobacco' => :'age_61_tobacco',
    :'age_62' => :'age_62',
    :'age_62_tobacco' => :'age_62_tobacco',
    :'age_63' => :'age_63',
    :'age_63_tobacco' => :'age_63_tobacco',
    :'age_64' => :'age_64',
    :'age_64_tobacco' => :'age_64_tobacco',
    :'age_65' => :'age_65',
    :'age_65_tobacco' => :'age_65_tobacco',
    :'effective_date' => :'effective_date',
    :'expiration_date' => :'expiration_date',
    :'plan_id' => :'plan_id',
    :'source' => :'source'
  }
end

.swagger_typesObject

Attribute type mapping.



570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
# File 'lib/vericred_client/models/rate_search.rb', line 570

def self.swagger_types
  {
    :'age_0' => :'Float',
    :'age_0_tobacco' => :'Float',
    :'age_1' => :'Float',
    :'age_1_tobacco' => :'Float',
    :'age_2' => :'Float',
    :'age_2_tobacco' => :'Float',
    :'age_3' => :'Float',
    :'age_3_tobacco' => :'Float',
    :'age_4' => :'Float',
    :'age_4_tobacco' => :'Float',
    :'age_5' => :'Float',
    :'age_5_tobacco' => :'Float',
    :'age_6' => :'Float',
    :'age_6_tobacco' => :'Float',
    :'age_7' => :'Float',
    :'age_7_tobacco' => :'Float',
    :'age_8' => :'Float',
    :'age_8_tobacco' => :'Float',
    :'age_9' => :'Float',
    :'age_9_tobacco' => :'Float',
    :'age_10' => :'Float',
    :'age_10_tobacco' => :'Float',
    :'age_11' => :'Float',
    :'age_11_tobacco' => :'Float',
    :'age_12' => :'Float',
    :'age_12_tobacco' => :'Float',
    :'age_13' => :'Float',
    :'age_13_tobacco' => :'Float',
    :'age_14' => :'Float',
    :'age_14_tobacco' => :'Float',
    :'age_15' => :'Float',
    :'age_15_tobacco' => :'Float',
    :'age_16' => :'Float',
    :'age_16_tobacco' => :'Float',
    :'age_17' => :'Float',
    :'age_17_tobacco' => :'Float',
    :'age_18' => :'Float',
    :'age_18_tobacco' => :'Float',
    :'age_19' => :'Float',
    :'age_19_tobacco' => :'Float',
    :'age_20' => :'Float',
    :'age_20_tobacco' => :'Float',
    :'age_21' => :'Float',
    :'age_21_tobacco' => :'Float',
    :'age_22' => :'Float',
    :'age_22_tobacco' => :'Float',
    :'age_23' => :'Float',
    :'age_23_tobacco' => :'Float',
    :'age_24' => :'Float',
    :'age_24_tobacco' => :'Float',
    :'age_25' => :'Float',
    :'age_25_tobacco' => :'Float',
    :'age_26' => :'Float',
    :'age_26_tobacco' => :'Float',
    :'age_27' => :'Float',
    :'age_27_tobacco' => :'Float',
    :'age_28' => :'Float',
    :'age_28_tobacco' => :'Float',
    :'age_29' => :'Float',
    :'age_29_tobacco' => :'Float',
    :'age_30' => :'Float',
    :'age_30_tobacco' => :'Float',
    :'age_31' => :'Float',
    :'age_31_tobacco' => :'Float',
    :'age_32' => :'Float',
    :'age_32_tobacco' => :'Float',
    :'age_33' => :'Float',
    :'age_33_tobacco' => :'Float',
    :'age_34' => :'Float',
    :'age_34_tobacco' => :'Float',
    :'age_35' => :'Float',
    :'age_35_tobacco' => :'Float',
    :'age_36' => :'Float',
    :'age_36_tobacco' => :'Float',
    :'age_37' => :'Float',
    :'age_37_tobacco' => :'Float',
    :'age_38' => :'Float',
    :'age_38_tobacco' => :'Float',
    :'age_39' => :'Float',
    :'age_39_tobacco' => :'Float',
    :'age_40' => :'Float',
    :'age_40_tobacco' => :'Float',
    :'age_41' => :'Float',
    :'age_41_tobacco' => :'Float',
    :'age_42' => :'Float',
    :'age_42_tobacco' => :'Float',
    :'age_43' => :'Float',
    :'age_43_tobacco' => :'Float',
    :'age_44' => :'Float',
    :'age_44_tobacco' => :'Float',
    :'age_45' => :'Float',
    :'age_45_tobacco' => :'Float',
    :'age_46' => :'Float',
    :'age_46_tobacco' => :'Float',
    :'age_47' => :'Float',
    :'age_47_tobacco' => :'Float',
    :'age_48' => :'Float',
    :'age_48_tobacco' => :'Float',
    :'age_49' => :'Float',
    :'age_49_tobacco' => :'Float',
    :'age_50' => :'Float',
    :'age_50_tobacco' => :'Float',
    :'age_51' => :'Float',
    :'age_51_tobacco' => :'Float',
    :'age_52' => :'Float',
    :'age_52_tobacco' => :'Float',
    :'age_53' => :'Float',
    :'age_53_tobacco' => :'Float',
    :'age_54' => :'Float',
    :'age_54_tobacco' => :'Float',
    :'age_55' => :'Float',
    :'age_55_tobacco' => :'Float',
    :'age_56' => :'Float',
    :'age_56_tobacco' => :'Float',
    :'age_57' => :'Float',
    :'age_57_tobacco' => :'Float',
    :'age_58' => :'Float',
    :'age_58_tobacco' => :'Float',
    :'age_59' => :'Float',
    :'age_59_tobacco' => :'Float',
    :'age_60' => :'Float',
    :'age_60_tobacco' => :'Float',
    :'age_61' => :'Float',
    :'age_61_tobacco' => :'Float',
    :'age_62' => :'Float',
    :'age_62_tobacco' => :'Float',
    :'age_63' => :'Float',
    :'age_63_tobacco' => :'Float',
    :'age_64' => :'Float',
    :'age_64_tobacco' => :'Float',
    :'age_65' => :'Float',
    :'age_65_tobacco' => :'Float',
    :'effective_date' => :'Date',
    :'expiration_date' => :'Date',
    :'plan_id' => :'String',
    :'source' => :'String'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
# File 'lib/vericred_client/models/rate_search.rb', line 1280

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      age_0 == o.age_0 &&
      age_0_tobacco == o.age_0_tobacco &&
      age_1 == o.age_1 &&
      age_1_tobacco == o.age_1_tobacco &&
      age_2 == o.age_2 &&
      age_2_tobacco == o.age_2_tobacco &&
      age_3 == o.age_3 &&
      age_3_tobacco == o.age_3_tobacco &&
      age_4 == o.age_4 &&
      age_4_tobacco == o.age_4_tobacco &&
      age_5 == o.age_5 &&
      age_5_tobacco == o.age_5_tobacco &&
      age_6 == o.age_6 &&
      age_6_tobacco == o.age_6_tobacco &&
      age_7 == o.age_7 &&
      age_7_tobacco == o.age_7_tobacco &&
      age_8 == o.age_8 &&
      age_8_tobacco == o.age_8_tobacco &&
      age_9 == o.age_9 &&
      age_9_tobacco == o.age_9_tobacco &&
      age_10 == o.age_10 &&
      age_10_tobacco == o.age_10_tobacco &&
      age_11 == o.age_11 &&
      age_11_tobacco == o.age_11_tobacco &&
      age_12 == o.age_12 &&
      age_12_tobacco == o.age_12_tobacco &&
      age_13 == o.age_13 &&
      age_13_tobacco == o.age_13_tobacco &&
      age_14 == o.age_14 &&
      age_14_tobacco == o.age_14_tobacco &&
      age_15 == o.age_15 &&
      age_15_tobacco == o.age_15_tobacco &&
      age_16 == o.age_16 &&
      age_16_tobacco == o.age_16_tobacco &&
      age_17 == o.age_17 &&
      age_17_tobacco == o.age_17_tobacco &&
      age_18 == o.age_18 &&
      age_18_tobacco == o.age_18_tobacco &&
      age_19 == o.age_19 &&
      age_19_tobacco == o.age_19_tobacco &&
      age_20 == o.age_20 &&
      age_20_tobacco == o.age_20_tobacco &&
      age_21 == o.age_21 &&
      age_21_tobacco == o.age_21_tobacco &&
      age_22 == o.age_22 &&
      age_22_tobacco == o.age_22_tobacco &&
      age_23 == o.age_23 &&
      age_23_tobacco == o.age_23_tobacco &&
      age_24 == o.age_24 &&
      age_24_tobacco == o.age_24_tobacco &&
      age_25 == o.age_25 &&
      age_25_tobacco == o.age_25_tobacco &&
      age_26 == o.age_26 &&
      age_26_tobacco == o.age_26_tobacco &&
      age_27 == o.age_27 &&
      age_27_tobacco == o.age_27_tobacco &&
      age_28 == o.age_28 &&
      age_28_tobacco == o.age_28_tobacco &&
      age_29 == o.age_29 &&
      age_29_tobacco == o.age_29_tobacco &&
      age_30 == o.age_30 &&
      age_30_tobacco == o.age_30_tobacco &&
      age_31 == o.age_31 &&
      age_31_tobacco == o.age_31_tobacco &&
      age_32 == o.age_32 &&
      age_32_tobacco == o.age_32_tobacco &&
      age_33 == o.age_33 &&
      age_33_tobacco == o.age_33_tobacco &&
      age_34 == o.age_34 &&
      age_34_tobacco == o.age_34_tobacco &&
      age_35 == o.age_35 &&
      age_35_tobacco == o.age_35_tobacco &&
      age_36 == o.age_36 &&
      age_36_tobacco == o.age_36_tobacco &&
      age_37 == o.age_37 &&
      age_37_tobacco == o.age_37_tobacco &&
      age_38 == o.age_38 &&
      age_38_tobacco == o.age_38_tobacco &&
      age_39 == o.age_39 &&
      age_39_tobacco == o.age_39_tobacco &&
      age_40 == o.age_40 &&
      age_40_tobacco == o.age_40_tobacco &&
      age_41 == o.age_41 &&
      age_41_tobacco == o.age_41_tobacco &&
      age_42 == o.age_42 &&
      age_42_tobacco == o.age_42_tobacco &&
      age_43 == o.age_43 &&
      age_43_tobacco == o.age_43_tobacco &&
      age_44 == o.age_44 &&
      age_44_tobacco == o.age_44_tobacco &&
      age_45 == o.age_45 &&
      age_45_tobacco == o.age_45_tobacco &&
      age_46 == o.age_46 &&
      age_46_tobacco == o.age_46_tobacco &&
      age_47 == o.age_47 &&
      age_47_tobacco == o.age_47_tobacco &&
      age_48 == o.age_48 &&
      age_48_tobacco == o.age_48_tobacco &&
      age_49 == o.age_49 &&
      age_49_tobacco == o.age_49_tobacco &&
      age_50 == o.age_50 &&
      age_50_tobacco == o.age_50_tobacco &&
      age_51 == o.age_51 &&
      age_51_tobacco == o.age_51_tobacco &&
      age_52 == o.age_52 &&
      age_52_tobacco == o.age_52_tobacco &&
      age_53 == o.age_53 &&
      age_53_tobacco == o.age_53_tobacco &&
      age_54 == o.age_54 &&
      age_54_tobacco == o.age_54_tobacco &&
      age_55 == o.age_55 &&
      age_55_tobacco == o.age_55_tobacco &&
      age_56 == o.age_56 &&
      age_56_tobacco == o.age_56_tobacco &&
      age_57 == o.age_57 &&
      age_57_tobacco == o.age_57_tobacco &&
      age_58 == o.age_58 &&
      age_58_tobacco == o.age_58_tobacco &&
      age_59 == o.age_59 &&
      age_59_tobacco == o.age_59_tobacco &&
      age_60 == o.age_60 &&
      age_60_tobacco == o.age_60_tobacco &&
      age_61 == o.age_61 &&
      age_61_tobacco == o.age_61_tobacco &&
      age_62 == o.age_62 &&
      age_62_tobacco == o.age_62_tobacco &&
      age_63 == o.age_63 &&
      age_63_tobacco == o.age_63_tobacco &&
      age_64 == o.age_64 &&
      age_64_tobacco == o.age_64_tobacco &&
      age_65 == o.age_65 &&
      age_65_tobacco == o.age_65_tobacco &&
      effective_date == o.effective_date &&
      expiration_date == o.expiration_date &&
      plan_id == o.plan_id &&
      source == o.source
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/vericred_client/models/rate_search.rb', line 1457

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = VericredClient.const_get(type).new
    temp_model.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'lib/vericred_client/models/rate_search.rb', line 1523

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map{ |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
# File 'lib/vericred_client/models/rate_search.rb', line 1436

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


1423
1424
1425
# File 'lib/vericred_client/models/rate_search.rb', line 1423

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



1429
1430
1431
# File 'lib/vericred_client/models/rate_search.rb', line 1429

def hash
  [age_0, age_0_tobacco, age_1, age_1_tobacco, age_2, age_2_tobacco, age_3, age_3_tobacco, age_4, age_4_tobacco, age_5, age_5_tobacco, age_6, age_6_tobacco, age_7, age_7_tobacco, age_8, age_8_tobacco, age_9, age_9_tobacco, age_10, age_10_tobacco, age_11, age_11_tobacco, age_12, age_12_tobacco, age_13, age_13_tobacco, age_14, age_14_tobacco, age_15, age_15_tobacco, age_16, age_16_tobacco, age_17, age_17_tobacco, age_18, age_18_tobacco, age_19, age_19_tobacco, age_20, age_20_tobacco, age_21, age_21_tobacco, age_22, age_22_tobacco, age_23, age_23_tobacco, age_24, age_24_tobacco, age_25, age_25_tobacco, age_26, age_26_tobacco, age_27, age_27_tobacco, age_28, age_28_tobacco, age_29, age_29_tobacco, age_30, age_30_tobacco, age_31, age_31_tobacco, age_32, age_32_tobacco, age_33, age_33_tobacco, age_34, age_34_tobacco, age_35, age_35_tobacco, age_36, age_36_tobacco, age_37, age_37_tobacco, age_38, age_38_tobacco, age_39, age_39_tobacco, age_40, age_40_tobacco, age_41, age_41_tobacco, age_42, age_42_tobacco, age_43, age_43_tobacco, age_44, age_44_tobacco, age_45, age_45_tobacco, age_46, age_46_tobacco, age_47, age_47_tobacco, age_48, age_48_tobacco, age_49, age_49_tobacco, age_50, age_50_tobacco, age_51, age_51_tobacco, age_52, age_52_tobacco, age_53, age_53_tobacco, age_54, age_54_tobacco, age_55, age_55_tobacco, age_56, age_56_tobacco, age_57, age_57_tobacco, age_58, age_58_tobacco, age_59, age_59_tobacco, age_60, age_60_tobacco, age_61, age_61_tobacco, age_62, age_62_tobacco, age_63, age_63_tobacco, age_64, age_64_tobacco, age_65, age_65_tobacco, effective_date, expiration_date, plan_id, source].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



1267
1268
1269
1270
# File 'lib/vericred_client/models/rate_search.rb', line 1267

def list_invalid_properties
  invalid_properties = Array.new
  return invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1503
1504
1505
# File 'lib/vericred_client/models/rate_search.rb', line 1503

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1509
1510
1511
1512
1513
1514
1515
1516
1517
# File 'lib/vericred_client/models/rate_search.rb', line 1509

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1497
1498
1499
# File 'lib/vericred_client/models/rate_search.rb', line 1497

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



1274
1275
1276
# File 'lib/vericred_client/models/rate_search.rb', line 1274

def valid?
  return true
end