Closed glasswalk3r closed 5 years ago
Added method respond_to_missing? to the Awspec::Type::Base, as declared in the issue #434 Removed all getter methods declared in Awspec::Type::Apigateway, leaving it to be resolved by the base class.
respond_to_missing?
Awspec::Type::Base
Awspec::Type::Apigateway
@glasswalk3r Thank you !!! GOOD WORK !! 👍
Released as v1.15.0.
Added method
respond_to_missing?
to theAwspec::Type::Base
, as declared in the issue #434 Removed all getter methods declared inAwspec::Type::Apigateway
, leaving it to be resolved by the base class.