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



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
1734
1735
1736
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
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1709

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



990
991
992
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 990

def ambulance
  @ambulance
end

#catastrophic_brand_nameObject

Catastrophic Brand Name benefit string



993
994
995
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 993

def catastrophic_brand_name
  @catastrophic_brand_name
end

#catastrophic_excludedObject

Catastrophic Excluded benefit string



996
997
998
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 996

def catastrophic_excluded
  @catastrophic_excluded
end

#catastrophic_genericObject

Catastrophic Generic benefit string



999
1000
1001
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 999

def catastrophic_generic
  @catastrophic_generic
end

#chemotherapy_drugObject

Chemotherapy Drug benefit string



1002
1003
1004
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1002

def chemotherapy_drug
  @chemotherapy_drug
end

#deductible_annual_drugObject

Deductible Annual Drug benefit string



1005
1006
1007
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1005

def deductible_annual_drug
  @deductible_annual_drug
end

#deductible_annual_medicalObject

Deductible Annual Medical benefit string



1008
1009
1010
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1008

def deductible_annual_medical
  @deductible_annual_medical
end

#dental_cleaningObject

Dental Cleaning benefit string



1011
1012
1013
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1011

def dental_cleaning
  @dental_cleaning
end

#dental_diagnostic_servicesObject

Dental Diagnostics Services benefit string



1014
1015
1016
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1014

def dental_diagnostic_services
  @dental_diagnostic_services
end

#dental_endodonticsObject

Dental Endodontics benefit string



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

def dental_endodontics
  @dental_endodontics
end

#dental_examObject

Dental Exam benefit string



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

def dental_exam
  @dental_exam
end

#dental_extractionObject

Dental Extraction benefit string



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

def dental_extraction
  @dental_extraction
end

#dental_fluoride_treatmentObject

Dental Extraction benefit string



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

def dental_fluoride_treatment
  @dental_fluoride_treatment
end

#dental_medicare_covered_benefitsObject

Dental Medicare Covered Benefits benefit string



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

def dental_medicare_covered_benefits
  @dental_medicare_covered_benefits
end

#dental_non_routine_servicesObject

Dental Non-Routine Services benefit string



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

def dental_non_routine_services
  @dental_non_routine_services
end

#dental_periodonticsObject

Dental Peridontics benefit string



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

def dental_periodontics
  @dental_periodontics
end

#dental_prosthodontics_and_otherObject

Dental Prosthodontics And Other benefit string



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

def dental_prosthodontics_and_other
  @dental_prosthodontics_and_other
end

#dental_restorative_servicesObject

Dental Prosthodontics And Other benefit string



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

def dental_restorative_services
  @dental_restorative_services
end

#dental_x_raysObject

Dental X-rays benefit string



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

def dental_x_rays
  @dental_x_rays
end

#diabetes_management_monitoring_suppliesObject

Diabetes Management Monitoring Supplies benefit string



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

def diabetes_management_monitoring_supplies
  @diabetes_management_monitoring_supplies
end

#diagnostic_lab_serviceObject

Diagnostic Lab Service benefit string



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

def diagnostic_lab_service
  @diagnostic_lab_service
end

#diagnostic_outpatient_x_raysObject

Diagnostic Outpatient X-rays benefit string



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

def diagnostic_outpatient_x_rays
  @diagnostic_outpatient_x_rays
end

#diagnostic_radiologyObject

Diagnostic Radiology benefit string



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

def diagnostic_radiology
  @diagnostic_radiology
end

#diagnostic_test_and_proceduresObject

Diagnostic Test and Procedures benefit string



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

def diagnostic_test_and_procedures
  @diagnostic_test_and_procedures
end

#diagnostic_therapeutic_radiologyObject

Diagnostic Therapeutic Radiology benefit string



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

def diagnostic_therapeutic_radiology
  @diagnostic_therapeutic_radiology
end

#doctor_visit_primaryObject

Doctor Visit Primary benefit string



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

def doctor_visit_primary
  @doctor_visit_primary
end

#doctor_visit_specialistObject

Doctor Visit Specialist benefit string



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

def doctor_visit_specialist
  @doctor_visit_specialist
end

#durable_medical_equipmentObject

Durable Medical Equipment benefit string



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

def durable_medical_equipment
  @durable_medical_equipment
end

#emergency_careObject

Emergency Care benefit string



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

def emergency_care
  @emergency_care
end

#gap_brand_nameObject

Gap Brand Name benefit string



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

def gap_brand_name
  @gap_brand_name
end

#gap_genericObject

Gap Generic benefit string



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

def gap_generic
  @gap_generic
end

#gap_generic_preferred_mail_1_monthObject

Gap Generic Preferred Mail 1 Month benefit string



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

def gap_specialty_standard_retail_3_month
  @gap_specialty_standard_retail_3_month
end

#hearing_aidsObject

Hearing Aids benefit string



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

def hearing_aids
  @hearing_aids
end

#hearing_aids_fitting_and_evaluationObject

Hearing Aids Fitting and Evaluation benefit string



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

def hearing_aids_fitting_and_evaluation
  @hearing_aids_fitting_and_evaluation
end

#hearing_examObject

Hearing Exam benefit string



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

def hearing_exam
  @hearing_exam
end

#hearing_medicare_covered_benefitsObject

Hearing Medicare Covered Benefits benefit string



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

def hearing_medicare_covered_benefits
  @hearing_medicare_covered_benefits
end

#home_health_careObject

Home Health Care benefit string



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

def home_health_care
  @home_health_care
end

#hospiceObject

Hospice benefit string



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

def hospice
  @hospice
end

#initial_generic_preferred_mail_1_monthObject

Initial Generic Preferred Mail 1 Month benefit string



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

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



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

def initial_specialty_standard_retail_3_month
  @initial_specialty_standard_retail_3_month
end

#inpatient_hospitalObject

Inpatient Hospital benefit string



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

def inpatient_hospital
  @inpatient_hospital
end

#medical_chiropractic_servicesObject

Medical Chiropractic Services benefit string



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

def medical_chiropractic_services
  @medical_chiropractic_services
end

#medical_moopObject

Medical Medicare Advantage Maxiumum Out-Of-Pocket benefit string



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

def medical_moop
  @medical_moop
end

#mental_health_inpatient_visitObject

Medical Medicare Advantage Maxiumum Out-Of-Pocket benefit string



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

def mental_health_inpatient_visit
  @mental_health_inpatient_visit
end

#mental_health_outpatient_group_therapyObject

Medical Health Outpatient Group Therapy benefit string



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

def mental_health_outpatient_group_therapy
  @mental_health_outpatient_group_therapy
end

#mental_health_outpatient_individual_therapyObject

Medical Health Outpatient Individual Therapy benefit string



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

def mental_health_outpatient_individual_therapy
  @mental_health_outpatient_individual_therapy
end

#other_part_b_drugObject

Other Part B Drug benefit string



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

def other_part_b_drug
  @other_part_b_drug
end

#outpatient_hospitalObject

Outpatient Hospital benefit string



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

def outpatient_hospital
  @outpatient_hospital
end

#physical_therapyObject

Physical Therapy benefit string



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

def physical_therapy
  @physical_therapy
end

#podiatry_medicare_covered_benefitsObject

Podiatry Medicare Covered Benefits benefit string



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

def podiatry_medicare_covered_benefits
  @podiatry_medicare_covered_benefits
end

#podiatry_routine_footcareObject

Podiatry Routine Footcare benefit string



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

def podiatry_routine_footcare
  @podiatry_routine_footcare
end

#preventive_careObject

Preventive Care benefit string



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

def preventive_care
  @preventive_care
end

#prostheticsObject

Prosthetics benefit string



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

def prosthetics
  @prosthetics
end

#rehabilitation_occupational_therapyObject

Rehabilitation Occupational Therapy benefit string



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

def rehabilitation_occupational_therapy
  @rehabilitation_occupational_therapy
end

#renal_dialysisObject

Rehabilitation Occupational Therapy benefit string



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

def renal_dialysis
  @renal_dialysis
end

#routine_transportationObject

Rehabilitation Occupational Therapy benefit string



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

def routine_transportation
  @routine_transportation
end

#skilled_nursing_facilityObject

Skilled Nursing Facility benefit string



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

def skilled_nursing_facility
  @skilled_nursing_facility
end

#urgent_careObject

Urgent Care benefit string



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

def urgent_care
  @urgent_care
end

#vision_contact_lensesObject

Vision Contact Lenses benefit string



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

def vision_contact_lenses
  @vision_contact_lenses
end

#vision_examObject

Vision Exam benefit string



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

def vision_exam
  @vision_exam
end

#vision_eyeglass_frames_and_lensesObject

Vision Eyeglasses Frames and Lenses benefit string



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

def vision_eyeglass_frames_and_lenses
  @vision_eyeglass_frames_and_lenses
end

#vision_medicare_covered_benefitsObject

Vision Medicare Covered Benefits benefit string



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

def vision_medicare_covered_benefits
  @vision_medicare_covered_benefits
end

#vision_upgradesObject

Vision Upgrades benefit string



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

def vision_upgrades
  @vision_upgrades
end

#wellness_programObject

Wellness Program benefit string



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

def wellness_program
  @wellness_program
end

Class Method Details

.attribute_mapObject

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



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
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
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1414

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.



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
1587
1588
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
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 1561

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



2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
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
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2296

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



2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2478

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



2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2544

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



2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2457

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


2444
2445
2446
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2444

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



2450
2451
2452
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2450

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



2283
2284
2285
2286
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2283

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



2524
2525
2526
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2524

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



2530
2531
2532
2533
2534
2535
2536
2537
2538
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2530

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



2518
2519
2520
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2518

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



2290
2291
2292
# File 'lib/vericred_client/models/medicare_advantage_plan_benefits.rb', line 2290

def valid?
  return true
end