Class: VericredClient::MedicareAdvantagePlanBenefits

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ MedicareAdvantagePlanBenefits

Initializes the object

Parameters:

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

    Model attributes in the form of hash



1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1737

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?(:'ambulance')
    self.ambulance = attributes[:'ambulance']
  end

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

end

Instance Attribute Details

#ambulanceObject

Ambulance benefit string



1018
1019
1020
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1018

def ambulance
  @ambulance
end

#catastrophic_brand_nameObject

Catastrophic Brand Name benefit string



1021
1022
1023
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1021

def catastrophic_brand_name
  @catastrophic_brand_name
end

#catastrophic_excludedObject

Catastrophic Excluded benefit string



1024
1025
1026
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1024

def catastrophic_excluded
  @catastrophic_excluded
end

#catastrophic_genericObject

Catastrophic Generic benefit string



1027
1028
1029
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1027

def catastrophic_generic
  @catastrophic_generic
end

#chemotherapy_drugObject

Chemotherapy Drug benefit string



1030
1031
1032
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1030

def chemotherapy_drug
  @chemotherapy_drug
end

#deductible_annual_drugObject

Deductible Annual Drug benefit string



1033
1034
1035
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1033

def deductible_annual_drug
  @deductible_annual_drug
end

#deductible_annual_medicalObject

Deductible Annual Medical benefit string



1036
1037
1038
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1036

def deductible_annual_medical
  @deductible_annual_medical
end

#dental_cleaningObject

Dental Cleaning benefit string



1039
1040
1041
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1039

def dental_cleaning
  @dental_cleaning
end

#dental_diagnostic_servicesObject

Dental Diagnostics Services benefit string



1042
1043
1044
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1042

def dental_diagnostic_services
  @dental_diagnostic_services
end

#dental_endodonticsObject

Dental Endodontics benefit string



1045
1046
1047
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1045

def dental_endodontics
  @dental_endodontics
end

#dental_examObject

Dental Exam benefit string



1048
1049
1050
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1048

def dental_exam
  @dental_exam
end

#dental_extractionObject

Dental Extraction benefit string



1051
1052
1053
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1051

def dental_extraction
  @dental_extraction
end

#dental_fluoride_treatmentObject

Dental Extraction benefit string



1054
1055
1056
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1054

def dental_fluoride_treatment
  @dental_fluoride_treatment
end

#dental_medicare_covered_benefitsObject

Dental Medicare Covered Benefits benefit string



1057
1058
1059
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1057

def dental_medicare_covered_benefits
  @dental_medicare_covered_benefits
end

#dental_non_routine_servicesObject

Dental Non-Routine Services benefit string



1060
1061
1062
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1060

def dental_non_routine_services
  @dental_non_routine_services
end

#dental_periodonticsObject

Dental Peridontics benefit string



1063
1064
1065
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1063

def dental_periodontics
  @dental_periodontics
end

#dental_prosthodontics_and_otherObject

Dental Prosthodontics And Other benefit string



1066
1067
1068
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1066

def dental_prosthodontics_and_other
  @dental_prosthodontics_and_other
end

#dental_restorative_servicesObject

Dental Prosthodontics And Other benefit string



1069
1070
1071
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1069

def dental_restorative_services
  @dental_restorative_services
end

#dental_x_raysObject

Dental X-rays benefit string



1072
1073
1074
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1072

def dental_x_rays
  @dental_x_rays
end

#diabetes_management_monitoring_suppliesObject

Diabetes Management Monitoring Supplies benefit string



1075
1076
1077
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1075

def diabetes_management_monitoring_supplies
  @diabetes_management_monitoring_supplies
end

#diagnostic_lab_serviceObject

Diagnostic Lab Service benefit string



1078
1079
1080
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1078

def diagnostic_lab_service
  @diagnostic_lab_service
end

#diagnostic_outpatient_x_raysObject

Diagnostic Outpatient X-rays benefit string



1081
1082
1083
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1081

def diagnostic_outpatient_x_rays
  @diagnostic_outpatient_x_rays
end

#diagnostic_radiologyObject

Diagnostic Radiology benefit string



1084
1085
1086
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1084

def diagnostic_radiology
  @diagnostic_radiology
end

#diagnostic_test_and_proceduresObject

Diagnostic Test and Procedures benefit string



1087
1088
1089
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1087

def diagnostic_test_and_procedures
  @diagnostic_test_and_procedures
end

#diagnostic_therapeutic_radiologyObject

Diagnostic Therapeutic Radiology benefit string



1090
1091
1092
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1090

def diagnostic_therapeutic_radiology
  @diagnostic_therapeutic_radiology
end

#doctor_visit_primaryObject

Doctor Visit Primary benefit string



1093
1094
1095
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1093

def doctor_visit_primary
  @doctor_visit_primary
end

#doctor_visit_specialistObject

Doctor Visit Specialist benefit string



1096
1097
1098
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1096

def doctor_visit_specialist
  @doctor_visit_specialist
end

#durable_medical_equipmentObject

Durable Medical Equipment benefit string



1099
1100
1101
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1099

def durable_medical_equipment
  @durable_medical_equipment
end

#emergency_careObject

Emergency Care benefit string



1102
1103
1104
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1102

def emergency_care
  @emergency_care
end

#gap_brand_nameObject

Gap Brand Name benefit string



1105
1106
1107
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1105

def gap_brand_name
  @gap_brand_name
end

#gap_genericObject

Gap Generic benefit string



1108
1109
1110
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1108

def gap_generic
  @gap_generic
end

#gap_generic_preferred_mail_1_monthObject

Gap Generic Preferred Mail 1 Month benefit string



1111
1112
1113
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1111

def gap_generic_preferred_mail_1_month
  @gap_generic_preferred_mail_1_month
end

#gap_generic_preferred_mail_3_monthObject

Gap Generic Preferred Mail 3 Month benefit string



1114
1115
1116
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1114

def gap_generic_preferred_mail_3_month
  @gap_generic_preferred_mail_3_month
end

#gap_generic_preferred_retail_1_monthObject

Gap Generic Preferred Retail 1 Month benefit string



1117
1118
1119
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1117

def gap_generic_preferred_retail_1_month
  @gap_generic_preferred_retail_1_month
end

#gap_generic_preferred_retail_3_monthObject

Gap Generic Preferred Retail 3 Month benefit string



1120
1121
1122
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1120

def gap_generic_preferred_retail_3_month
  @gap_generic_preferred_retail_3_month
end

#gap_generic_standard_mail_1_monthObject

Gap Generic Standard Mail 1 Month benefit string



1123
1124
1125
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1123

def gap_generic_standard_mail_1_month
  @gap_generic_standard_mail_1_month
end

#gap_generic_standard_mail_3_monthObject

Gap Generic Standard Mail 3 Month benefit string



1126
1127
1128
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1126

def gap_generic_standard_mail_3_month
  @gap_generic_standard_mail_3_month
end

#gap_generic_standard_retail_1_monthObject

Gap Generic Standard Retail 1 Month benefit string



1129
1130
1131
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1129

def gap_generic_standard_retail_1_month
  @gap_generic_standard_retail_1_month
end

#gap_generic_standard_retail_3_monthObject

Gap Generic Standard Retail 3 Month benefit string



1132
1133
1134
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1132

def gap_generic_standard_retail_3_month
  @gap_generic_standard_retail_3_month
end

#gap_non_preferred_preferred_mail_1_monthObject

Gap Non-Preferred Preferred Mail 1 Month benefit string



1135
1136
1137
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1135

def gap_non_preferred_preferred_mail_1_month
  @gap_non_preferred_preferred_mail_1_month
end

#gap_non_preferred_preferred_mail_3_monthObject

Gap Non-Preferred Preferred Mail 3 Month benefit string



1138
1139
1140
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1138

def gap_non_preferred_preferred_mail_3_month
  @gap_non_preferred_preferred_mail_3_month
end

#gap_non_preferred_preferred_retail_1_monthObject

Gap Non-Preferred Preferred Retail 1 Month benefit string



1141
1142
1143
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1141

def gap_non_preferred_preferred_retail_1_month
  @gap_non_preferred_preferred_retail_1_month
end

#gap_non_preferred_preferred_retail_3_monthObject

Gap Non-Preferred Preferred Retail 3 Month benefit string



1144
1145
1146
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1144

def gap_non_preferred_preferred_retail_3_month
  @gap_non_preferred_preferred_retail_3_month
end

#gap_non_preferred_standard_mail_1_monthObject

Gap Non-Preferred Preferred Mail 1 Month benefit string



1147
1148
1149
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1147

def gap_non_preferred_standard_mail_1_month
  @gap_non_preferred_standard_mail_1_month
end

#gap_non_preferred_standard_mail_3_monthObject

Gap Non-Preferred Standard Mail 3 Month benefit string



1150
1151
1152
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1150

def gap_non_preferred_standard_mail_3_month
  @gap_non_preferred_standard_mail_3_month
end

#gap_non_preferred_standard_retail_1_monthObject

Gap Non-Preferred Standard Retail 1 Month benefit string



1153
1154
1155
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1153

def gap_non_preferred_standard_retail_1_month
  @gap_non_preferred_standard_retail_1_month
end

#gap_non_preferred_standard_retail_3_monthObject

Gap Non-Preferred Standard Retail 3 Month benefit string



1156
1157
1158
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1156

def gap_non_preferred_standard_retail_3_month
  @gap_non_preferred_standard_retail_3_month
end

#gap_preferred_brand_preferred_mail_1_monthObject

Gap Preferred Brand Preferred Mail 1 Month benefit string



1159
1160
1161
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1159

def gap_preferred_brand_preferred_mail_1_month
  @gap_preferred_brand_preferred_mail_1_month
end

#gap_preferred_brand_preferred_mail_3_monthObject

Gap Preferred Brand Preferred Mail 3 Month benefit string



1162
1163
1164
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1162

def gap_preferred_brand_preferred_mail_3_month
  @gap_preferred_brand_preferred_mail_3_month
end

#gap_preferred_brand_preferred_retail_1_monthObject

Gap Preferred Brand Preferred Retail 1 Month benefit string



1165
1166
1167
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1165

def gap_preferred_brand_preferred_retail_1_month
  @gap_preferred_brand_preferred_retail_1_month
end

#gap_preferred_brand_preferred_retail_3_monthObject

Gap Preferred Brand Preferred Retail 3 Month benefit string



1168
1169
1170
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1168

def gap_preferred_brand_preferred_retail_3_month
  @gap_preferred_brand_preferred_retail_3_month
end

#gap_preferred_brand_standard_mail_1_monthObject

Gap Preferred Brand Standard Mail 1 Month benefit string



1171
1172
1173
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1171

def gap_preferred_brand_standard_mail_1_month
  @gap_preferred_brand_standard_mail_1_month
end

#gap_preferred_brand_standard_mail_3_monthObject

Gap Preferred Brand Standard Mail 3 Month benefit string



1174
1175
1176
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1174

def gap_preferred_brand_standard_mail_3_month
  @gap_preferred_brand_standard_mail_3_month
end

#gap_preferred_brand_standard_retail_1_monthObject

Gap Preferred Brand Standard Retail 1 Month benefit string



1177
1178
1179
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1177

def gap_preferred_brand_standard_retail_1_month
  @gap_preferred_brand_standard_retail_1_month
end

#gap_preferred_brand_standard_retail_3_monthObject

Gap Preferred Brand Standard Retail 3 Month benefit string



1180
1181
1182
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1180

def gap_preferred_brand_standard_retail_3_month
  @gap_preferred_brand_standard_retail_3_month
end

#gap_preferred_generic_preferred_mail_1_monthObject

Gap Preferred Generic Preferred Mail 1 Month benefit string



1183
1184
1185
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1183

def gap_preferred_generic_preferred_mail_1_month
  @gap_preferred_generic_preferred_mail_1_month
end

#gap_preferred_generic_preferred_mail_3_monthObject

Gap Preferred Generic Preferred Mail 3 Month benefit string



1186
1187
1188
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1186

def gap_preferred_generic_preferred_mail_3_month
  @gap_preferred_generic_preferred_mail_3_month
end

#gap_preferred_generic_preferred_retail_1_monthObject

Gap Preferred Generic Preferred Retail 1 Month benefit string



1189
1190
1191
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1189

def gap_preferred_generic_preferred_retail_1_month
  @gap_preferred_generic_preferred_retail_1_month
end

#gap_preferred_generic_preferred_retail_3_monthObject

Gap Preferred Generic Preferred Retail 3 Month benefit string



1192
1193
1194
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1192

def gap_preferred_generic_preferred_retail_3_month
  @gap_preferred_generic_preferred_retail_3_month
end

#gap_preferred_generic_standard_mail_1_monthObject

Gap Preferred Generic Standard Mail 1 Month benefit string



1195
1196
1197
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1195

def gap_preferred_generic_standard_mail_1_month
  @gap_preferred_generic_standard_mail_1_month
end

#gap_preferred_generic_standard_mail_3_monthObject

Gap Preferred Generic Standard Mail 3 Month benefit string



1198
1199
1200
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1198

def gap_preferred_generic_standard_mail_3_month
  @gap_preferred_generic_standard_mail_3_month
end

#gap_preferred_generic_standard_retail_1_monthObject

Gap Preferred Generic Standard Retail 1 Month benefit string



1201
1202
1203
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1201

def gap_preferred_generic_standard_retail_1_month
  @gap_preferred_generic_standard_retail_1_month
end

#gap_preferred_generic_standard_retail_3_monthObject

Gap Preferred Generic Standard Retail 3 Month benefit string



1204
1205
1206
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1204

def gap_preferred_generic_standard_retail_3_month
  @gap_preferred_generic_standard_retail_3_month
end

#gap_specialty_preferred_mail_1_monthObject

Gap Specialty Preferred Mail 1 Month benefit string



1207
1208
1209
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1207

def gap_specialty_preferred_mail_1_month
  @gap_specialty_preferred_mail_1_month
end

#gap_specialty_preferred_mail_3_monthObject

Gap Specialty Preferred Mail 3 Month benefit string



1210
1211
1212
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1210

def gap_specialty_preferred_mail_3_month
  @gap_specialty_preferred_mail_3_month
end

#gap_specialty_preferred_retail_1_monthObject

Gap Specialty Preferred Retail 1 Month benefit string



1213
1214
1215
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1213

def gap_specialty_preferred_retail_1_month
  @gap_specialty_preferred_retail_1_month
end

#gap_specialty_preferred_retail_3_monthObject

Gap Specialty Preferred Retail 3 Month benefit string



1216
1217
1218
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1216

def gap_specialty_preferred_retail_3_month
  @gap_specialty_preferred_retail_3_month
end

#gap_specialty_standard_mail_1_monthObject

Gap Specialty Standard Mail 1 Month benefit string



1219
1220
1221
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1219

def gap_specialty_standard_mail_1_month
  @gap_specialty_standard_mail_1_month
end

#gap_specialty_standard_mail_3_monthObject

Gap Specialty Standard Mail 3 Month benefit string



1222
1223
1224
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1222

def gap_specialty_standard_mail_3_month
  @gap_specialty_standard_mail_3_month
end

#gap_specialty_standard_retail_1_monthObject

Gap Specialty Standard Retail 1 Month benefit string



1225
1226
1227
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1225

def gap_specialty_standard_retail_1_month
  @gap_specialty_standard_retail_1_month
end

#gap_specialty_standard_retail_3_monthObject

Gap Specialty Standard Retail 3 Month benefit string



1228
1229
1230
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1228

def gap_specialty_standard_retail_3_month
  @gap_specialty_standard_retail_3_month
end

#hearing_aidsObject

Hearing Aids benefit string



1231
1232
1233
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1231

def hearing_aids
  @hearing_aids
end

#hearing_aids_fitting_and_evaluationObject

Hearing Aids Fitting and Evaluation benefit string



1234
1235
1236
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1234

def hearing_aids_fitting_and_evaluation
  @hearing_aids_fitting_and_evaluation
end

#hearing_examObject

Hearing Exam benefit string



1237
1238
1239
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1237

def hearing_exam
  @hearing_exam
end

#hearing_medicare_covered_benefitsObject

Hearing Medicare Covered Benefits benefit string



1240
1241
1242
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1240

def hearing_medicare_covered_benefits
  @hearing_medicare_covered_benefits
end

#home_health_careObject

Home Health Care benefit string



1243
1244
1245
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1243

def home_health_care
  @home_health_care
end

#hospiceObject

Hospice benefit string



1246
1247
1248
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1246

def hospice
  @hospice
end

#initial_generic_preferred_mail_1_monthObject

Initial Generic Preferred Mail 1 Month benefit string



1249
1250
1251
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1249

def initial_generic_preferred_mail_1_month
  @initial_generic_preferred_mail_1_month
end

#initial_generic_preferred_mail_3_monthObject

Initial Generic Preferred Mail 3 Month benefit string



1252
1253
1254
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1252

def initial_generic_preferred_mail_3_month
  @initial_generic_preferred_mail_3_month
end

#initial_generic_preferred_retail_1_monthObject

Initial Generic Preferred Retail 1 Month benefit string



1255
1256
1257
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1255

def initial_generic_preferred_retail_1_month
  @initial_generic_preferred_retail_1_month
end

#initial_generic_preferred_retail_3_monthObject

Initial Generic Preferred Retail 3 Month benefit string



1258
1259
1260
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1258

def initial_generic_preferred_retail_3_month
  @initial_generic_preferred_retail_3_month
end

#initial_generic_standard_mail_1_monthObject

Initial Generic Standard Mail 1 Month benefit string



1261
1262
1263
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1261

def initial_generic_standard_mail_1_month
  @initial_generic_standard_mail_1_month
end

#initial_generic_standard_mail_3_monthObject

Initial Generic Standard Mail 3 Month benefit string



1264
1265
1266
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1264

def initial_generic_standard_mail_3_month
  @initial_generic_standard_mail_3_month
end

#initial_generic_standard_retail_1_monthObject

Initial Generic Standard Retail 1 Month benefit string



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

def initial_generic_standard_retail_1_month
  @initial_generic_standard_retail_1_month
end

#initial_generic_standard_retail_3_monthObject

Initial Generic Standard Retail 3 Month benefit string



1270
1271
1272
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1270

def initial_generic_standard_retail_3_month
  @initial_generic_standard_retail_3_month
end

#initial_non_preferred_preferred_mail_1_monthObject

Initial Non-Preferred Preferred Mail 1 Month benefit string



1273
1274
1275
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1273

def initial_non_preferred_preferred_mail_1_month
  @initial_non_preferred_preferred_mail_1_month
end

#initial_non_preferred_preferred_mail_3_monthObject

Initial Non-Preferred Preferred Mail 3 Month benefit string



1276
1277
1278
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1276

def initial_non_preferred_preferred_mail_3_month
  @initial_non_preferred_preferred_mail_3_month
end

#initial_non_preferred_preferred_retail_1_monthObject

Initial Non-Preferred Preferred Retail 1 Month benefit string



1279
1280
1281
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1279

def initial_non_preferred_preferred_retail_1_month
  @initial_non_preferred_preferred_retail_1_month
end

#initial_non_preferred_preferred_retail_3_monthObject

Initial Non-Preferred Preferred Retail 3 Month benefit string



1282
1283
1284
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1282

def initial_non_preferred_preferred_retail_3_month
  @initial_non_preferred_preferred_retail_3_month
end

#initial_non_preferred_standard_mail_1_monthObject

Initial Non-Preferred Preferred Mail 1 Month benefit string



1285
1286
1287
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1285

def initial_non_preferred_standard_mail_1_month
  @initial_non_preferred_standard_mail_1_month
end

#initial_non_preferred_standard_mail_3_monthObject

Initial Non-Preferred Standard Mail 3 Month benefit string



1288
1289
1290
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1288

def initial_non_preferred_standard_mail_3_month
  @initial_non_preferred_standard_mail_3_month
end

#initial_non_preferred_standard_retail_1_monthObject

Initial Non-Preferred Standard Retail 1 Month benefit string



1291
1292
1293
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1291

def initial_non_preferred_standard_retail_1_month
  @initial_non_preferred_standard_retail_1_month
end

#initial_non_preferred_standard_retail_3_monthObject

Initial Non-Preferred Standard Retail 3 Month benefit string



1294
1295
1296
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1294

def initial_non_preferred_standard_retail_3_month
  @initial_non_preferred_standard_retail_3_month
end

#initial_preferred_brand_preferred_mail_1_monthObject

Initial Preferred Brand Preferred Mail 1 Month benefit string



1297
1298
1299
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1297

def initial_preferred_brand_preferred_mail_1_month
  @initial_preferred_brand_preferred_mail_1_month
end

#initial_preferred_brand_preferred_mail_3_monthObject

Initial Preferred Brand Preferred Mail 3 Month benefit string



1300
1301
1302
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1300

def initial_preferred_brand_preferred_mail_3_month
  @initial_preferred_brand_preferred_mail_3_month
end

#initial_preferred_brand_preferred_retail_1_monthObject

Initial Preferred Brand Preferred Retail 1 Month benefit string



1303
1304
1305
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1303

def initial_preferred_brand_preferred_retail_1_month
  @initial_preferred_brand_preferred_retail_1_month
end

#initial_preferred_brand_preferred_retail_3_monthObject

Initial Preferred Brand Preferred Retail 3 Month benefit string



1306
1307
1308
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1306

def initial_preferred_brand_preferred_retail_3_month
  @initial_preferred_brand_preferred_retail_3_month
end

#initial_preferred_brand_standard_mail_1_monthObject

Initial Preferred Brand Standard Mail 1 Month benefit string



1309
1310
1311
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1309

def initial_preferred_brand_standard_mail_1_month
  @initial_preferred_brand_standard_mail_1_month
end

#initial_preferred_brand_standard_mail_3_monthObject

Initial Preferred Brand Standard Mail 3 Month benefit string



1312
1313
1314
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1312

def initial_preferred_brand_standard_mail_3_month
  @initial_preferred_brand_standard_mail_3_month
end

#initial_preferred_brand_standard_retail_1_monthObject

Initial Preferred Brand Standard Retail 1 Month benefit string



1315
1316
1317
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1315

def initial_preferred_brand_standard_retail_1_month
  @initial_preferred_brand_standard_retail_1_month
end

#initial_preferred_brand_standard_retail_3_monthObject

Initial Preferred Brand Standard Retail 3 Month benefit string



1318
1319
1320
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1318

def initial_preferred_brand_standard_retail_3_month
  @initial_preferred_brand_standard_retail_3_month
end

#initial_preferred_generic_preferred_mail_1_monthObject

Initial Preferred Generic Preferred Mail 1 Month benefit string



1321
1322
1323
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1321

def initial_preferred_generic_preferred_mail_1_month
  @initial_preferred_generic_preferred_mail_1_month
end

#initial_preferred_generic_preferred_mail_3_monthObject

Initial Preferred Generic Preferred Mail 3 Month benefit string



1324
1325
1326
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1324

def initial_preferred_generic_preferred_mail_3_month
  @initial_preferred_generic_preferred_mail_3_month
end

#initial_preferred_generic_preferred_retail_1_monthObject

Initial Preferred Generic Preferred Retail 1 Month benefit string



1327
1328
1329
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1327

def initial_preferred_generic_preferred_retail_1_month
  @initial_preferred_generic_preferred_retail_1_month
end

#initial_preferred_generic_preferred_retail_3_monthObject

Initial Preferred Generic Preferred Retail 3 Month benefit string



1330
1331
1332
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1330

def initial_preferred_generic_preferred_retail_3_month
  @initial_preferred_generic_preferred_retail_3_month
end

#initial_preferred_generic_standard_mail_1_monthObject

Initial Preferred Generic Standard Mail 1 Month benefit string



1333
1334
1335
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1333

def initial_preferred_generic_standard_mail_1_month
  @initial_preferred_generic_standard_mail_1_month
end

#initial_preferred_generic_standard_mail_3_monthObject

Initial Preferred Generic Standard Mail 3 Month benefit string



1336
1337
1338
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1336

def initial_preferred_generic_standard_mail_3_month
  @initial_preferred_generic_standard_mail_3_month
end

#initial_preferred_generic_standard_retail_1_monthObject

Initial Preferred Generic Standard Retail 1 Month benefit string



1339
1340
1341
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1339

def initial_preferred_generic_standard_retail_1_month
  @initial_preferred_generic_standard_retail_1_month
end

#initial_preferred_generic_standard_retail_3_monthObject

Initial Preferred Generic Standard Retail 3 Month benefit string



1342
1343
1344
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1342

def initial_preferred_generic_standard_retail_3_month
  @initial_preferred_generic_standard_retail_3_month
end

#initial_specialty_preferred_mail_1_monthObject

Initial Specialty Preferred Mail 1 Month benefit string



1345
1346
1347
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1345

def initial_specialty_preferred_mail_1_month
  @initial_specialty_preferred_mail_1_month
end

#initial_specialty_preferred_mail_3_monthObject

Initial Specialty Preferred Mail 3 Month benefit string



1348
1349
1350
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1348

def initial_specialty_preferred_mail_3_month
  @initial_specialty_preferred_mail_3_month
end

#initial_specialty_preferred_retail_1_monthObject

Initial Specialty Preferred Retail 1 Month benefit string



1351
1352
1353
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1351

def initial_specialty_preferred_retail_1_month
  @initial_specialty_preferred_retail_1_month
end

#initial_specialty_preferred_retail_3_monthObject

Initial Specialty Preferred Retail 3 Month benefit string



1354
1355
1356
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1354

def initial_specialty_preferred_retail_3_month
  @initial_specialty_preferred_retail_3_month
end

#initial_specialty_standard_mail_1_monthObject

Initial Specialty Standard Mail 1 Month benefit string



1357
1358
1359
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1357

def initial_specialty_standard_mail_1_month
  @initial_specialty_standard_mail_1_month
end

#initial_specialty_standard_mail_3_monthObject

Initial Specialty Standard Mail 3 Month benefit string



1360
1361
1362
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1360

def initial_specialty_standard_mail_3_month
  @initial_specialty_standard_mail_3_month
end

#initial_specialty_standard_retail_1_monthObject

Initial Specialty Standard Retail 1 Month benefit string



1363
1364
1365
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1363

def initial_specialty_standard_retail_1_month
  @initial_specialty_standard_retail_1_month
end

#initial_specialty_standard_retail_3_monthObject

Initial Specialty Standard Retail 3 Month benefit string



1366
1367
1368
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1366

def initial_specialty_standard_retail_3_month
  @initial_specialty_standard_retail_3_month
end

#inpatient_hospitalObject

Inpatient Hospital benefit string



1369
1370
1371
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1369

def inpatient_hospital
  @inpatient_hospital
end

#medical_chiropractic_servicesObject

Medical Chiropractic Services benefit string



1372
1373
1374
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1372

def medical_chiropractic_services
  @medical_chiropractic_services
end

#medical_moopObject

Medical Medicare Advantage Maxiumum Out-Of-Pocket benefit string



1375
1376
1377
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1375

def medical_moop
  @medical_moop
end

#mental_health_inpatient_visitObject

Medical Medicare Advantage Maxiumum Out-Of-Pocket benefit string



1378
1379
1380
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1378

def mental_health_inpatient_visit
  @mental_health_inpatient_visit
end

#mental_health_outpatient_group_therapyObject

Medical Health Outpatient Group Therapy benefit string



1381
1382
1383
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1381

def mental_health_outpatient_group_therapy
  @mental_health_outpatient_group_therapy
end

#mental_health_outpatient_individual_therapyObject

Medical Health Outpatient Individual Therapy benefit string



1384
1385
1386
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1384

def mental_health_outpatient_individual_therapy
  @mental_health_outpatient_individual_therapy
end

#other_part_b_drugObject

Other Part B Drug benefit string



1387
1388
1389
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1387

def other_part_b_drug
  @other_part_b_drug
end

#outpatient_hospitalObject

Outpatient Hospital benefit string



1390
1391
1392
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1390

def outpatient_hospital
  @outpatient_hospital
end

#physical_therapyObject

Physical Therapy benefit string



1393
1394
1395
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1393

def physical_therapy
  @physical_therapy
end

#podiatry_medicare_covered_benefitsObject

Podiatry Medicare Covered Benefits benefit string



1396
1397
1398
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1396

def podiatry_medicare_covered_benefits
  @podiatry_medicare_covered_benefits
end

#podiatry_routine_footcareObject

Podiatry Routine Footcare benefit string



1399
1400
1401
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1399

def podiatry_routine_footcare
  @podiatry_routine_footcare
end

#preventive_careObject

Preventive Care benefit string



1402
1403
1404
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1402

def preventive_care
  @preventive_care
end

#prostheticsObject

Prosthetics benefit string



1405
1406
1407
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1405

def prosthetics
  @prosthetics
end

#rehabilitation_occupational_therapyObject

Rehabilitation Occupational Therapy benefit string



1408
1409
1410
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1408

def rehabilitation_occupational_therapy
  @rehabilitation_occupational_therapy
end

#renal_dialysisObject

Rehabilitation Occupational Therapy benefit string



1411
1412
1413
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1411

def renal_dialysis
  @renal_dialysis
end

#routine_transportationObject

Rehabilitation Occupational Therapy benefit string



1414
1415
1416
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1414

def routine_transportation
  @routine_transportation
end

#skilled_nursing_facilityObject

Skilled Nursing Facility benefit string



1417
1418
1419
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1417

def skilled_nursing_facility
  @skilled_nursing_facility
end

#urgent_careObject

Urgent Care benefit string



1420
1421
1422
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1420

def urgent_care
  @urgent_care
end

#vision_contact_lensesObject

Vision Contact Lenses benefit string



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

def vision_contact_lenses
  @vision_contact_lenses
end

#vision_examObject

Vision Exam benefit string



1426
1427
1428
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1426

def vision_exam
  @vision_exam
end

#vision_eyeglass_frames_and_lensesObject

Vision Eyeglasses Frames and Lenses benefit string



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

def vision_eyeglass_frames_and_lenses
  @vision_eyeglass_frames_and_lenses
end

#vision_medicare_covered_benefitsObject

Vision Medicare Covered Benefits benefit string



1432
1433
1434
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1432

def vision_medicare_covered_benefits
  @vision_medicare_covered_benefits
end

#vision_upgradesObject

Vision Upgrades benefit string



1435
1436
1437
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1435

def vision_upgrades
  @vision_upgrades
end

#wellness_programObject

Wellness Program benefit string



1438
1439
1440
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1438

def wellness_program
  @wellness_program
end

Class Method Details

.attribute_mapObject

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



1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
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
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1442

def self.attribute_map
  {
    :'ambulance' => :'ambulance',
    :'catastrophic_brand_name' => :'catastrophic_brand_name',
    :'catastrophic_excluded' => :'catastrophic_excluded',
    :'catastrophic_generic' => :'catastrophic_generic',
    :'chemotherapy_drug' => :'chemotherapy_drug',
    :'deductible_annual_drug' => :'deductible_annual_drug',
    :'deductible_annual_medical' => :'deductible_annual_medical',
    :'dental_cleaning' => :'dental_cleaning',
    :'dental_diagnostic_services' => :'dental_diagnostic_services',
    :'dental_endodontics' => :'dental_endodontics',
    :'dental_exam' => :'dental_exam',
    :'dental_extraction' => :'dental_extraction',
    :'dental_fluoride_treatment' => :'dental_fluoride_treatment',
    :'dental_medicare_covered_benefits' => :'dental_medicare_covered_benefits',
    :'dental_non_routine_services' => :'dental_non_routine_services',
    :'dental_periodontics' => :'dental_periodontics',
    :'dental_prosthodontics_and_other' => :'dental_prosthodontics_and_other',
    :'dental_restorative_services' => :'dental_restorative_services',
    :'dental_x_rays' => :'dental_x_rays',
    :'diabetes_management_monitoring_supplies' => :'diabetes_management_monitoring_supplies',
    :'diagnostic_lab_service' => :'diagnostic_lab_service',
    :'diagnostic_outpatient_x_rays' => :'diagnostic_outpatient_x_rays',
    :'diagnostic_radiology' => :'diagnostic_radiology',
    :'diagnostic_test_and_procedures' => :'diagnostic_test_and_procedures',
    :'diagnostic_therapeutic_radiology' => :'diagnostic_therapeutic_radiology',
    :'doctor_visit_primary' => :'doctor_visit_primary',
    :'doctor_visit_specialist' => :'doctor_visit_specialist',
    :'durable_medical_equipment' => :'durable_medical_equipment',
    :'emergency_care' => :'emergency_care',
    :'gap_brand_name' => :'gap_brand_name',
    :'gap_generic' => :'gap_generic',
    :'gap_generic_preferred_mail_1_month' => :'gap_generic_preferred_mail_1_month',
    :'gap_generic_preferred_mail_3_month' => :'gap_generic_preferred_mail_3_month',
    :'gap_generic_preferred_retail_1_month' => :'gap_generic_preferred_retail_1_month',
    :'gap_generic_preferred_retail_3_month' => :'gap_generic_preferred_retail_3_month',
    :'gap_generic_standard_mail_1_month' => :'gap_generic_standard_mail_1_month',
    :'gap_generic_standard_mail_3_month' => :'gap_generic_standard_mail_3_month',
    :'gap_generic_standard_retail_1_month' => :'gap_generic_standard_retail_1_month',
    :'gap_generic_standard_retail_3_month' => :'gap_generic_standard_retail_3_month',
    :'gap_non_preferred_preferred_mail_1_month' => :'gap_non_preferred_preferred_mail_1_month',
    :'gap_non_preferred_preferred_mail_3_month' => :'gap_non_preferred_preferred_mail_3_month',
    :'gap_non_preferred_preferred_retail_1_month' => :'gap_non_preferred_preferred_retail_1_month',
    :'gap_non_preferred_preferred_retail_3_month' => :'gap_non_preferred_preferred_retail_3_month',
    :'gap_non_preferred_standard_mail_1_month' => :'gap_non_preferred_standard_mail_1_month',
    :'gap_non_preferred_standard_mail_3_month' => :'gap_non_preferred_standard_mail_3_month',
    :'gap_non_preferred_standard_retail_1_month' => :'gap_non_preferred_standard_retail_1_month',
    :'gap_non_preferred_standard_retail_3_month' => :'gap_non_preferred_standard_retail_3_month',
    :'gap_preferred_brand_preferred_mail_1_month' => :'gap_preferred_brand_preferred_mail_1_month',
    :'gap_preferred_brand_preferred_mail_3_month' => :'gap_preferred_brand_preferred_mail_3_month',
    :'gap_preferred_brand_preferred_retail_1_month' => :'gap_preferred_brand_preferred_retail_1_month',
    :'gap_preferred_brand_preferred_retail_3_month' => :'gap_preferred_brand_preferred_retail_3_month',
    :'gap_preferred_brand_standard_mail_1_month' => :'gap_preferred_brand_standard_mail_1_month',
    :'gap_preferred_brand_standard_mail_3_month' => :'gap_preferred_brand_standard_mail_3_month',
    :'gap_preferred_brand_standard_retail_1_month' => :'gap_preferred_brand_standard_retail_1_month',
    :'gap_preferred_brand_standard_retail_3_month' => :'gap_preferred_brand_standard_retail_3_month',
    :'gap_preferred_generic_preferred_mail_1_month' => :'gap_preferred_generic_preferred_mail_1_month',
    :'gap_preferred_generic_preferred_mail_3_month' => :'gap_preferred_generic_preferred_mail_3_month',
    :'gap_preferred_generic_preferred_retail_1_month' => :'gap_preferred_generic_preferred_retail_1_month',
    :'gap_preferred_generic_preferred_retail_3_month' => :'gap_preferred_generic_preferred_retail_3_month',
    :'gap_preferred_generic_standard_mail_1_month' => :'gap_preferred_generic_standard_mail_1_month',
    :'gap_preferred_generic_standard_mail_3_month' => :'gap_preferred_generic_standard_mail_3_month',
    :'gap_preferred_generic_standard_retail_1_month' => :'gap_preferred_generic_standard_retail_1_month',
    :'gap_preferred_generic_standard_retail_3_month' => :'gap_preferred_generic_standard_retail_3_month',
    :'gap_specialty_preferred_mail_1_month' => :'gap_specialty_preferred_mail_1_month',
    :'gap_specialty_preferred_mail_3_month' => :'gap_specialty_preferred_mail_3_month',
    :'gap_specialty_preferred_retail_1_month' => :'gap_specialty_preferred_retail_1_month',
    :'gap_specialty_preferred_retail_3_month' => :'gap_specialty_preferred_retail_3_month',
    :'gap_specialty_standard_mail_1_month' => :'gap_specialty_standard_mail_1_month',
    :'gap_specialty_standard_mail_3_month' => :'gap_specialty_standard_mail_3_month',
    :'gap_specialty_standard_retail_1_month' => :'gap_specialty_standard_retail_1_month',
    :'gap_specialty_standard_retail_3_month' => :'gap_specialty_standard_retail_3_month',
    :'hearing_aids' => :'hearing_aids',
    :'hearing_aids_fitting_and_evaluation' => :'hearing_aids_fitting_and_evaluation',
    :'hearing_exam' => :'hearing_exam',
    :'hearing_medicare_covered_benefits' => :'hearing_medicare_covered_benefits',
    :'home_health_care' => :'home_health_care',
    :'hospice' => :'hospice',
    :'initial_generic_preferred_mail_1_month' => :'initial_generic_preferred_mail_1_month',
    :'initial_generic_preferred_mail_3_month' => :'initial_generic_preferred_mail_3_month',
    :'initial_generic_preferred_retail_1_month' => :'initial_generic_preferred_retail_1_month',
    :'initial_generic_preferred_retail_3_month' => :'initial_generic_preferred_retail_3_month',
    :'initial_generic_standard_mail_1_month' => :'initial_generic_standard_mail_1_month',
    :'initial_generic_standard_mail_3_month' => :'initial_generic_standard_mail_3_month',
    :'initial_generic_standard_retail_1_month' => :'initial_generic_standard_retail_1_month',
    :'initial_generic_standard_retail_3_month' => :'initial_generic_standard_retail_3_month',
    :'initial_non_preferred_preferred_mail_1_month' => :'initial_non_preferred_preferred_mail_1_month',
    :'initial_non_preferred_preferred_mail_3_month' => :'initial_non_preferred_preferred_mail_3_month',
    :'initial_non_preferred_preferred_retail_1_month' => :'initial_non_preferred_preferred_retail_1_month',
    :'initial_non_preferred_preferred_retail_3_month' => :'initial_non_preferred_preferred_retail_3_month',
    :'initial_non_preferred_standard_mail_1_month' => :'initial_non_preferred_standard_mail_1_month',
    :'initial_non_preferred_standard_mail_3_month' => :'initial_non_preferred_standard_mail_3_month',
    :'initial_non_preferred_standard_retail_1_month' => :'initial_non_preferred_standard_retail_1_month',
    :'initial_non_preferred_standard_retail_3_month' => :'initial_non_preferred_standard_retail_3_month',
    :'initial_preferred_brand_preferred_mail_1_month' => :'initial_preferred_brand_preferred_mail_1_month',
    :'initial_preferred_brand_preferred_mail_3_month' => :'initial_preferred_brand_preferred_mail_3_month',
    :'initial_preferred_brand_preferred_retail_1_month' => :'initial_preferred_brand_preferred_retail_1_month',
    :'initial_preferred_brand_preferred_retail_3_month' => :'initial_preferred_brand_preferred_retail_3_month',
    :'initial_preferred_brand_standard_mail_1_month' => :'initial_preferred_brand_standard_mail_1_month',
    :'initial_preferred_brand_standard_mail_3_month' => :'initial_preferred_brand_standard_mail_3_month',
    :'initial_preferred_brand_standard_retail_1_month' => :'initial_preferred_brand_standard_retail_1_month',
    :'initial_preferred_brand_standard_retail_3_month' => :'initial_preferred_brand_standard_retail_3_month',
    :'initial_preferred_generic_preferred_mail_1_month' => :'initial_preferred_generic_preferred_mail_1_month',
    :'initial_preferred_generic_preferred_mail_3_month' => :'initial_preferred_generic_preferred_mail_3_month',
    :'initial_preferred_generic_preferred_retail_1_month' => :'initial_preferred_generic_preferred_retail_1_month',
    :'initial_preferred_generic_preferred_retail_3_month' => :'initial_preferred_generic_preferred_retail_3_month',
    :'initial_preferred_generic_standard_mail_1_month' => :'initial_preferred_generic_standard_mail_1_month',
    :'initial_preferred_generic_standard_mail_3_month' => :'initial_preferred_generic_standard_mail_3_month',
    :'initial_preferred_generic_standard_retail_1_month' => :'initial_preferred_generic_standard_retail_1_month',
    :'initial_preferred_generic_standard_retail_3_month' => :'initial_preferred_generic_standard_retail_3_month',
    :'initial_specialty_preferred_mail_1_month' => :'initial_specialty_preferred_mail_1_month',
    :'initial_specialty_preferred_mail_3_month' => :'initial_specialty_preferred_mail_3_month',
    :'initial_specialty_preferred_retail_1_month' => :'initial_specialty_preferred_retail_1_month',
    :'initial_specialty_preferred_retail_3_month' => :'initial_specialty_preferred_retail_3_month',
    :'initial_specialty_standard_mail_1_month' => :'initial_specialty_standard_mail_1_month',
    :'initial_specialty_standard_mail_3_month' => :'initial_specialty_standard_mail_3_month',
    :'initial_specialty_standard_retail_1_month' => :'initial_specialty_standard_retail_1_month',
    :'initial_specialty_standard_retail_3_month' => :'initial_specialty_standard_retail_3_month',
    :'inpatient_hospital' => :'inpatient_hospital',
    :'medical_chiropractic_services' => :'medical_chiropractic_services',
    :'medical_moop' => :'medical_moop',
    :'mental_health_inpatient_visit' => :'mental_health_inpatient_visit',
    :'mental_health_outpatient_group_therapy' => :'mental_health_outpatient_group_therapy',
    :'mental_health_outpatient_individual_therapy' => :'mental_health_outpatient_individual_therapy',
    :'other_part_b_drug' => :'other_part_b_drug',
    :'outpatient_hospital' => :'outpatient_hospital',
    :'physical_therapy' => :'physical_therapy',
    :'podiatry_medicare_covered_benefits' => :'podiatry_medicare_covered_benefits',
    :'podiatry_routine_footcare' => :'podiatry_routine_footcare',
    :'preventive_care' => :'preventive_care',
    :'prosthetics' => :'prosthetics',
    :'rehabilitation_occupational_therapy' => :'rehabilitation_occupational_therapy',
    :'renal_dialysis' => :'renal_dialysis',
    :'routine_transportation' => :'routine_transportation',
    :'skilled_nursing_facility' => :'skilled_nursing_facility',
    :'urgent_care' => :'urgent_care',
    :'vision_contact_lenses' => :'vision_contact_lenses',
    :'vision_exam' => :'vision_exam',
    :'vision_eyeglass_frames_and_lenses' => :'vision_eyeglass_frames_and_lenses',
    :'vision_medicare_covered_benefits' => :'vision_medicare_covered_benefits',
    :'vision_upgrades' => :'vision_upgrades',
    :'wellness_program' => :'wellness_program'
  }
end

.swagger_typesObject

Attribute type mapping.



1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1589

def self.swagger_types
  {
    :'ambulance' => :'String',
    :'catastrophic_brand_name' => :'String',
    :'catastrophic_excluded' => :'String',
    :'catastrophic_generic' => :'String',
    :'chemotherapy_drug' => :'String',
    :'deductible_annual_drug' => :'String',
    :'deductible_annual_medical' => :'String',
    :'dental_cleaning' => :'String',
    :'dental_diagnostic_services' => :'String',
    :'dental_endodontics' => :'String',
    :'dental_exam' => :'String',
    :'dental_extraction' => :'String',
    :'dental_fluoride_treatment' => :'String',
    :'dental_medicare_covered_benefits' => :'String',
    :'dental_non_routine_services' => :'String',
    :'dental_periodontics' => :'String',
    :'dental_prosthodontics_and_other' => :'String',
    :'dental_restorative_services' => :'String',
    :'dental_x_rays' => :'String',
    :'diabetes_management_monitoring_supplies' => :'String',
    :'diagnostic_lab_service' => :'String',
    :'diagnostic_outpatient_x_rays' => :'String',
    :'diagnostic_radiology' => :'String',
    :'diagnostic_test_and_procedures' => :'String',
    :'diagnostic_therapeutic_radiology' => :'String',
    :'doctor_visit_primary' => :'String',
    :'doctor_visit_specialist' => :'String',
    :'durable_medical_equipment' => :'String',
    :'emergency_care' => :'String',
    :'gap_brand_name' => :'String',
    :'gap_generic' => :'String',
    :'gap_generic_preferred_mail_1_month' => :'String',
    :'gap_generic_preferred_mail_3_month' => :'String',
    :'gap_generic_preferred_retail_1_month' => :'String',
    :'gap_generic_preferred_retail_3_month' => :'String',
    :'gap_generic_standard_mail_1_month' => :'String',
    :'gap_generic_standard_mail_3_month' => :'String',
    :'gap_generic_standard_retail_1_month' => :'String',
    :'gap_generic_standard_retail_3_month' => :'String',
    :'gap_non_preferred_preferred_mail_1_month' => :'String',
    :'gap_non_preferred_preferred_mail_3_month' => :'String',
    :'gap_non_preferred_preferred_retail_1_month' => :'String',
    :'gap_non_preferred_preferred_retail_3_month' => :'String',
    :'gap_non_preferred_standard_mail_1_month' => :'String',
    :'gap_non_preferred_standard_mail_3_month' => :'String',
    :'gap_non_preferred_standard_retail_1_month' => :'String',
    :'gap_non_preferred_standard_retail_3_month' => :'String',
    :'gap_preferred_brand_preferred_mail_1_month' => :'String',
    :'gap_preferred_brand_preferred_mail_3_month' => :'String',
    :'gap_preferred_brand_preferred_retail_1_month' => :'String',
    :'gap_preferred_brand_preferred_retail_3_month' => :'String',
    :'gap_preferred_brand_standard_mail_1_month' => :'String',
    :'gap_preferred_brand_standard_mail_3_month' => :'String',
    :'gap_preferred_brand_standard_retail_1_month' => :'String',
    :'gap_preferred_brand_standard_retail_3_month' => :'String',
    :'gap_preferred_generic_preferred_mail_1_month' => :'String',
    :'gap_preferred_generic_preferred_mail_3_month' => :'String',
    :'gap_preferred_generic_preferred_retail_1_month' => :'String',
    :'gap_preferred_generic_preferred_retail_3_month' => :'String',
    :'gap_preferred_generic_standard_mail_1_month' => :'String',
    :'gap_preferred_generic_standard_mail_3_month' => :'String',
    :'gap_preferred_generic_standard_retail_1_month' => :'String',
    :'gap_preferred_generic_standard_retail_3_month' => :'String',
    :'gap_specialty_preferred_mail_1_month' => :'String',
    :'gap_specialty_preferred_mail_3_month' => :'String',
    :'gap_specialty_preferred_retail_1_month' => :'String',
    :'gap_specialty_preferred_retail_3_month' => :'String',
    :'gap_specialty_standard_mail_1_month' => :'String',
    :'gap_specialty_standard_mail_3_month' => :'String',
    :'gap_specialty_standard_retail_1_month' => :'String',
    :'gap_specialty_standard_retail_3_month' => :'String',
    :'hearing_aids' => :'String',
    :'hearing_aids_fitting_and_evaluation' => :'String',
    :'hearing_exam' => :'String',
    :'hearing_medicare_covered_benefits' => :'String',
    :'home_health_care' => :'String',
    :'hospice' => :'String',
    :'initial_generic_preferred_mail_1_month' => :'String',
    :'initial_generic_preferred_mail_3_month' => :'String',
    :'initial_generic_preferred_retail_1_month' => :'String',
    :'initial_generic_preferred_retail_3_month' => :'String',
    :'initial_generic_standard_mail_1_month' => :'String',
    :'initial_generic_standard_mail_3_month' => :'String',
    :'initial_generic_standard_retail_1_month' => :'String',
    :'initial_generic_standard_retail_3_month' => :'String',
    :'initial_non_preferred_preferred_mail_1_month' => :'String',
    :'initial_non_preferred_preferred_mail_3_month' => :'String',
    :'initial_non_preferred_preferred_retail_1_month' => :'String',
    :'initial_non_preferred_preferred_retail_3_month' => :'String',
    :'initial_non_preferred_standard_mail_1_month' => :'String',
    :'initial_non_preferred_standard_mail_3_month' => :'String',
    :'initial_non_preferred_standard_retail_1_month' => :'String',
    :'initial_non_preferred_standard_retail_3_month' => :'String',
    :'initial_preferred_brand_preferred_mail_1_month' => :'String',
    :'initial_preferred_brand_preferred_mail_3_month' => :'String',
    :'initial_preferred_brand_preferred_retail_1_month' => :'String',
    :'initial_preferred_brand_preferred_retail_3_month' => :'String',
    :'initial_preferred_brand_standard_mail_1_month' => :'String',
    :'initial_preferred_brand_standard_mail_3_month' => :'String',
    :'initial_preferred_brand_standard_retail_1_month' => :'String',
    :'initial_preferred_brand_standard_retail_3_month' => :'String',
    :'initial_preferred_generic_preferred_mail_1_month' => :'String',
    :'initial_preferred_generic_preferred_mail_3_month' => :'String',
    :'initial_preferred_generic_preferred_retail_1_month' => :'String',
    :'initial_preferred_generic_preferred_retail_3_month' => :'String',
    :'initial_preferred_generic_standard_mail_1_month' => :'String',
    :'initial_preferred_generic_standard_mail_3_month' => :'String',
    :'initial_preferred_generic_standard_retail_1_month' => :'String',
    :'initial_preferred_generic_standard_retail_3_month' => :'String',
    :'initial_specialty_preferred_mail_1_month' => :'String',
    :'initial_specialty_preferred_mail_3_month' => :'String',
    :'initial_specialty_preferred_retail_1_month' => :'String',
    :'initial_specialty_preferred_retail_3_month' => :'String',
    :'initial_specialty_standard_mail_1_month' => :'String',
    :'initial_specialty_standard_mail_3_month' => :'String',
    :'initial_specialty_standard_retail_1_month' => :'String',
    :'initial_specialty_standard_retail_3_month' => :'String',
    :'inpatient_hospital' => :'String',
    :'medical_chiropractic_services' => :'String',
    :'medical_moop' => :'String',
    :'mental_health_inpatient_visit' => :'String',
    :'mental_health_outpatient_group_therapy' => :'String',
    :'mental_health_outpatient_individual_therapy' => :'String',
    :'other_part_b_drug' => :'String',
    :'outpatient_hospital' => :'String',
    :'physical_therapy' => :'String',
    :'podiatry_medicare_covered_benefits' => :'String',
    :'podiatry_routine_footcare' => :'String',
    :'preventive_care' => :'String',
    :'prosthetics' => :'String',
    :'rehabilitation_occupational_therapy' => :'String',
    :'renal_dialysis' => :'String',
    :'routine_transportation' => :'String',
    :'skilled_nursing_facility' => :'String',
    :'urgent_care' => :'String',
    :'vision_contact_lenses' => :'String',
    :'vision_exam' => :'String',
    :'vision_eyeglass_frames_and_lenses' => :'String',
    :'vision_medicare_covered_benefits' => :'String',
    :'vision_upgrades' => :'String',
    :'wellness_program' => :'String'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2324

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      ambulance == o.ambulance &&
      catastrophic_brand_name == o.catastrophic_brand_name &&
      catastrophic_excluded == o.catastrophic_excluded &&
      catastrophic_generic == o.catastrophic_generic &&
      chemotherapy_drug == o.chemotherapy_drug &&
      deductible_annual_drug == o.deductible_annual_drug &&
      deductible_annual_medical == o.deductible_annual_medical &&
      dental_cleaning == o.dental_cleaning &&
      dental_diagnostic_services == o.dental_diagnostic_services &&
      dental_endodontics == o.dental_endodontics &&
      dental_exam == o.dental_exam &&
      dental_extraction == o.dental_extraction &&
      dental_fluoride_treatment == o.dental_fluoride_treatment &&
      dental_medicare_covered_benefits == o.dental_medicare_covered_benefits &&
      dental_non_routine_services == o.dental_non_routine_services &&
      dental_periodontics == o.dental_periodontics &&
      dental_prosthodontics_and_other == o.dental_prosthodontics_and_other &&
      dental_restorative_services == o.dental_restorative_services &&
      dental_x_rays == o.dental_x_rays &&
      diabetes_management_monitoring_supplies == o.diabetes_management_monitoring_supplies &&
      diagnostic_lab_service == o.diagnostic_lab_service &&
      diagnostic_outpatient_x_rays == o.diagnostic_outpatient_x_rays &&
      diagnostic_radiology == o.diagnostic_radiology &&
      diagnostic_test_and_procedures == o.diagnostic_test_and_procedures &&
      diagnostic_therapeutic_radiology == o.diagnostic_therapeutic_radiology &&
      doctor_visit_primary == o.doctor_visit_primary &&
      doctor_visit_specialist == o.doctor_visit_specialist &&
      durable_medical_equipment == o.durable_medical_equipment &&
      emergency_care == o.emergency_care &&
      gap_brand_name == o.gap_brand_name &&
      gap_generic == o.gap_generic &&
      gap_generic_preferred_mail_1_month == o.gap_generic_preferred_mail_1_month &&
      gap_generic_preferred_mail_3_month == o.gap_generic_preferred_mail_3_month &&
      gap_generic_preferred_retail_1_month == o.gap_generic_preferred_retail_1_month &&
      gap_generic_preferred_retail_3_month == o.gap_generic_preferred_retail_3_month &&
      gap_generic_standard_mail_1_month == o.gap_generic_standard_mail_1_month &&
      gap_generic_standard_mail_3_month == o.gap_generic_standard_mail_3_month &&
      gap_generic_standard_retail_1_month == o.gap_generic_standard_retail_1_month &&
      gap_generic_standard_retail_3_month == o.gap_generic_standard_retail_3_month &&
      gap_non_preferred_preferred_mail_1_month == o.gap_non_preferred_preferred_mail_1_month &&
      gap_non_preferred_preferred_mail_3_month == o.gap_non_preferred_preferred_mail_3_month &&
      gap_non_preferred_preferred_retail_1_month == o.gap_non_preferred_preferred_retail_1_month &&
      gap_non_preferred_preferred_retail_3_month == o.gap_non_preferred_preferred_retail_3_month &&
      gap_non_preferred_standard_mail_1_month == o.gap_non_preferred_standard_mail_1_month &&
      gap_non_preferred_standard_mail_3_month == o.gap_non_preferred_standard_mail_3_month &&
      gap_non_preferred_standard_retail_1_month == o.gap_non_preferred_standard_retail_1_month &&
      gap_non_preferred_standard_retail_3_month == o.gap_non_preferred_standard_retail_3_month &&
      gap_preferred_brand_preferred_mail_1_month == o.gap_preferred_brand_preferred_mail_1_month &&
      gap_preferred_brand_preferred_mail_3_month == o.gap_preferred_brand_preferred_mail_3_month &&
      gap_preferred_brand_preferred_retail_1_month == o.gap_preferred_brand_preferred_retail_1_month &&
      gap_preferred_brand_preferred_retail_3_month == o.gap_preferred_brand_preferred_retail_3_month &&
      gap_preferred_brand_standard_mail_1_month == o.gap_preferred_brand_standard_mail_1_month &&
      gap_preferred_brand_standard_mail_3_month == o.gap_preferred_brand_standard_mail_3_month &&
      gap_preferred_brand_standard_retail_1_month == o.gap_preferred_brand_standard_retail_1_month &&
      gap_preferred_brand_standard_retail_3_month == o.gap_preferred_brand_standard_retail_3_month &&
      gap_preferred_generic_preferred_mail_1_month == o.gap_preferred_generic_preferred_mail_1_month &&
      gap_preferred_generic_preferred_mail_3_month == o.gap_preferred_generic_preferred_mail_3_month &&
      gap_preferred_generic_preferred_retail_1_month == o.gap_preferred_generic_preferred_retail_1_month &&
      gap_preferred_generic_preferred_retail_3_month == o.gap_preferred_generic_preferred_retail_3_month &&
      gap_preferred_generic_standard_mail_1_month == o.gap_preferred_generic_standard_mail_1_month &&
      gap_preferred_generic_standard_mail_3_month == o.gap_preferred_generic_standard_mail_3_month &&
      gap_preferred_generic_standard_retail_1_month == o.gap_preferred_generic_standard_retail_1_month &&
      gap_preferred_generic_standard_retail_3_month == o.gap_preferred_generic_standard_retail_3_month &&
      gap_specialty_preferred_mail_1_month == o.gap_specialty_preferred_mail_1_month &&
      gap_specialty_preferred_mail_3_month == o.gap_specialty_preferred_mail_3_month &&
      gap_specialty_preferred_retail_1_month == o.gap_specialty_preferred_retail_1_month &&
      gap_specialty_preferred_retail_3_month == o.gap_specialty_preferred_retail_3_month &&
      gap_specialty_standard_mail_1_month == o.gap_specialty_standard_mail_1_month &&
      gap_specialty_standard_mail_3_month == o.gap_specialty_standard_mail_3_month &&
      gap_specialty_standard_retail_1_month == o.gap_specialty_standard_retail_1_month &&
      gap_specialty_standard_retail_3_month == o.gap_specialty_standard_retail_3_month &&
      hearing_aids == o.hearing_aids &&
      hearing_aids_fitting_and_evaluation == o.hearing_aids_fitting_and_evaluation &&
      hearing_exam == o.hearing_exam &&
      hearing_medicare_covered_benefits == o.hearing_medicare_covered_benefits &&
      home_health_care == o.home_health_care &&
      hospice == o.hospice &&
      initial_generic_preferred_mail_1_month == o.initial_generic_preferred_mail_1_month &&
      initial_generic_preferred_mail_3_month == o.initial_generic_preferred_mail_3_month &&
      initial_generic_preferred_retail_1_month == o.initial_generic_preferred_retail_1_month &&
      initial_generic_preferred_retail_3_month == o.initial_generic_preferred_retail_3_month &&
      initial_generic_standard_mail_1_month == o.initial_generic_standard_mail_1_month &&
      initial_generic_standard_mail_3_month == o.initial_generic_standard_mail_3_month &&
      initial_generic_standard_retail_1_month == o.initial_generic_standard_retail_1_month &&
      initial_generic_standard_retail_3_month == o.initial_generic_standard_retail_3_month &&
      initial_non_preferred_preferred_mail_1_month == o.initial_non_preferred_preferred_mail_1_month &&
      initial_non_preferred_preferred_mail_3_month == o.initial_non_preferred_preferred_mail_3_month &&
      initial_non_preferred_preferred_retail_1_month == o.initial_non_preferred_preferred_retail_1_month &&
      initial_non_preferred_preferred_retail_3_month == o.initial_non_preferred_preferred_retail_3_month &&
      initial_non_preferred_standard_mail_1_month == o.initial_non_preferred_standard_mail_1_month &&
      initial_non_preferred_standard_mail_3_month == o.initial_non_preferred_standard_mail_3_month &&
      initial_non_preferred_standard_retail_1_month == o.initial_non_preferred_standard_retail_1_month &&
      initial_non_preferred_standard_retail_3_month == o.initial_non_preferred_standard_retail_3_month &&
      initial_preferred_brand_preferred_mail_1_month == o.initial_preferred_brand_preferred_mail_1_month &&
      initial_preferred_brand_preferred_mail_3_month == o.initial_preferred_brand_preferred_mail_3_month &&
      initial_preferred_brand_preferred_retail_1_month == o.initial_preferred_brand_preferred_retail_1_month &&
      initial_preferred_brand_preferred_retail_3_month == o.initial_preferred_brand_preferred_retail_3_month &&
      initial_preferred_brand_standard_mail_1_month == o.initial_preferred_brand_standard_mail_1_month &&
      initial_preferred_brand_standard_mail_3_month == o.initial_preferred_brand_standard_mail_3_month &&
      initial_preferred_brand_standard_retail_1_month == o.initial_preferred_brand_standard_retail_1_month &&
      initial_preferred_brand_standard_retail_3_month == o.initial_preferred_brand_standard_retail_3_month &&
      initial_preferred_generic_preferred_mail_1_month == o.initial_preferred_generic_preferred_mail_1_month &&
      initial_preferred_generic_preferred_mail_3_month == o.initial_preferred_generic_preferred_mail_3_month &&
      initial_preferred_generic_preferred_retail_1_month == o.initial_preferred_generic_preferred_retail_1_month &&
      initial_preferred_generic_preferred_retail_3_month == o.initial_preferred_generic_preferred_retail_3_month &&
      initial_preferred_generic_standard_mail_1_month == o.initial_preferred_generic_standard_mail_1_month &&
      initial_preferred_generic_standard_mail_3_month == o.initial_preferred_generic_standard_mail_3_month &&
      initial_preferred_generic_standard_retail_1_month == o.initial_preferred_generic_standard_retail_1_month &&
      initial_preferred_generic_standard_retail_3_month == o.initial_preferred_generic_standard_retail_3_month &&
      initial_specialty_preferred_mail_1_month == o.initial_specialty_preferred_mail_1_month &&
      initial_specialty_preferred_mail_3_month == o.initial_specialty_preferred_mail_3_month &&
      initial_specialty_preferred_retail_1_month == o.initial_specialty_preferred_retail_1_month &&
      initial_specialty_preferred_retail_3_month == o.initial_specialty_preferred_retail_3_month &&
      initial_specialty_standard_mail_1_month == o.initial_specialty_standard_mail_1_month &&
      initial_specialty_standard_mail_3_month == o.initial_specialty_standard_mail_3_month &&
      initial_specialty_standard_retail_1_month == o.initial_specialty_standard_retail_1_month &&
      initial_specialty_standard_retail_3_month == o.initial_specialty_standard_retail_3_month &&
      inpatient_hospital == o.inpatient_hospital &&
      medical_chiropractic_services == o.medical_chiropractic_services &&
      medical_moop == o.medical_moop &&
      mental_health_inpatient_visit == o.mental_health_inpatient_visit &&
      mental_health_outpatient_group_therapy == o.mental_health_outpatient_group_therapy &&
      mental_health_outpatient_individual_therapy == o.mental_health_outpatient_individual_therapy &&
      other_part_b_drug == o.other_part_b_drug &&
      outpatient_hospital == o.outpatient_hospital &&
      physical_therapy == o.physical_therapy &&
      podiatry_medicare_covered_benefits == o.podiatry_medicare_covered_benefits &&
      podiatry_routine_footcare == o.podiatry_routine_footcare &&
      preventive_care == o.preventive_care &&
      prosthetics == o.prosthetics &&
      rehabilitation_occupational_therapy == o.rehabilitation_occupational_therapy &&
      renal_dialysis == o.renal_dialysis &&
      routine_transportation == o.routine_transportation &&
      skilled_nursing_facility == o.skilled_nursing_facility &&
      urgent_care == o.urgent_care &&
      vision_contact_lenses == o.vision_contact_lenses &&
      vision_exam == o.vision_exam &&
      vision_eyeglass_frames_and_lenses == o.vision_eyeglass_frames_and_lenses &&
      vision_medicare_covered_benefits == o.vision_medicare_covered_benefits &&
      vision_upgrades == o.vision_upgrades &&
      wellness_program == o.wellness_program
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



2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2506

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



2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2572

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



2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2485

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


2472
2473
2474
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2472

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



2478
2479
2480
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2478

def hash
  [ambulance, catastrophic_brand_name, catastrophic_excluded, catastrophic_generic, chemotherapy_drug, deductible_annual_drug, deductible_annual_medical, dental_cleaning, dental_diagnostic_services, dental_endodontics, dental_exam, dental_extraction, dental_fluoride_treatment, dental_medicare_covered_benefits, dental_non_routine_services, dental_periodontics, dental_prosthodontics_and_other, dental_restorative_services, dental_x_rays, diabetes_management_monitoring_supplies, diagnostic_lab_service, diagnostic_outpatient_x_rays, diagnostic_radiology, diagnostic_test_and_procedures, diagnostic_therapeutic_radiology, doctor_visit_primary, doctor_visit_specialist, durable_medical_equipment, emergency_care, gap_brand_name, gap_generic, gap_generic_preferred_mail_1_month, gap_generic_preferred_mail_3_month, gap_generic_preferred_retail_1_month, gap_generic_preferred_retail_3_month, gap_generic_standard_mail_1_month, gap_generic_standard_mail_3_month, gap_generic_standard_retail_1_month, gap_generic_standard_retail_3_month, gap_non_preferred_preferred_mail_1_month, gap_non_preferred_preferred_mail_3_month, gap_non_preferred_preferred_retail_1_month, gap_non_preferred_preferred_retail_3_month, gap_non_preferred_standard_mail_1_month, gap_non_preferred_standard_mail_3_month, gap_non_preferred_standard_retail_1_month, gap_non_preferred_standard_retail_3_month, gap_preferred_brand_preferred_mail_1_month, gap_preferred_brand_preferred_mail_3_month, gap_preferred_brand_preferred_retail_1_month, gap_preferred_brand_preferred_retail_3_month, gap_preferred_brand_standard_mail_1_month, gap_preferred_brand_standard_mail_3_month, gap_preferred_brand_standard_retail_1_month, gap_preferred_brand_standard_retail_3_month, gap_preferred_generic_preferred_mail_1_month, gap_preferred_generic_preferred_mail_3_month, gap_preferred_generic_preferred_retail_1_month, gap_preferred_generic_preferred_retail_3_month, gap_preferred_generic_standard_mail_1_month, gap_preferred_generic_standard_mail_3_month, gap_preferred_generic_standard_retail_1_month, gap_preferred_generic_standard_retail_3_month, gap_specialty_preferred_mail_1_month, gap_specialty_preferred_mail_3_month, gap_specialty_preferred_retail_1_month, gap_specialty_preferred_retail_3_month, gap_specialty_standard_mail_1_month, gap_specialty_standard_mail_3_month, gap_specialty_standard_retail_1_month, gap_specialty_standard_retail_3_month, hearing_aids, hearing_aids_fitting_and_evaluation, hearing_exam, hearing_medicare_covered_benefits, home_health_care, hospice, initial_generic_preferred_mail_1_month, initial_generic_preferred_mail_3_month, initial_generic_preferred_retail_1_month, initial_generic_preferred_retail_3_month, initial_generic_standard_mail_1_month, initial_generic_standard_mail_3_month, initial_generic_standard_retail_1_month, initial_generic_standard_retail_3_month, initial_non_preferred_preferred_mail_1_month, initial_non_preferred_preferred_mail_3_month, initial_non_preferred_preferred_retail_1_month, initial_non_preferred_preferred_retail_3_month, initial_non_preferred_standard_mail_1_month, initial_non_preferred_standard_mail_3_month, initial_non_preferred_standard_retail_1_month, initial_non_preferred_standard_retail_3_month, initial_preferred_brand_preferred_mail_1_month, initial_preferred_brand_preferred_mail_3_month, initial_preferred_brand_preferred_retail_1_month, initial_preferred_brand_preferred_retail_3_month, initial_preferred_brand_standard_mail_1_month, initial_preferred_brand_standard_mail_3_month, initial_preferred_brand_standard_retail_1_month, initial_preferred_brand_standard_retail_3_month, initial_preferred_generic_preferred_mail_1_month, initial_preferred_generic_preferred_mail_3_month, initial_preferred_generic_preferred_retail_1_month, initial_preferred_generic_preferred_retail_3_month, initial_preferred_generic_standard_mail_1_month, initial_preferred_generic_standard_mail_3_month, initial_preferred_generic_standard_retail_1_month, initial_preferred_generic_standard_retail_3_month, initial_specialty_preferred_mail_1_month, initial_specialty_preferred_mail_3_month, initial_specialty_preferred_retail_1_month, initial_specialty_preferred_retail_3_month, initial_specialty_standard_mail_1_month, initial_specialty_standard_mail_3_month, initial_specialty_standard_retail_1_month, initial_specialty_standard_retail_3_month, inpatient_hospital, medical_chiropractic_services, medical_moop, mental_health_inpatient_visit, mental_health_outpatient_group_therapy, mental_health_outpatient_individual_therapy, other_part_b_drug, outpatient_hospital, physical_therapy, podiatry_medicare_covered_benefits, podiatry_routine_footcare, preventive_care, prosthetics, rehabilitation_occupational_therapy, renal_dialysis, routine_transportation, skilled_nursing_facility, urgent_care, vision_contact_lenses, vision_exam, vision_eyeglass_frames_and_lenses, vision_medicare_covered_benefits, vision_upgrades, wellness_program].hash
end

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properies with the reasons



2311
2312
2313
2314
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2311

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



2552
2553
2554
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2552

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



2558
2559
2560
2561
2562
2563
2564
2565
2566
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2558

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



2546
2547
2548
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2546

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



2318
2319
2320
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2318

def valid?
  return true
end