Sha256: dd83b6677d1c3b07b30ebd5108afb3caab8ead41c73cf583ad5d0887ee4eeed6

Contents?: true

Size: 178 Bytes

Versions: 15

Compression:

Stored size: 178 Bytes

Contents

class Jets::Cfn::Resource::ApiGateway::RestApi
  class ChangeDetection
    extend Memoist
    include Jets::AwsServices

    def changed?
      Routes.changed?
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jets-5.0.13 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.12 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.11 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.10 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.9 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.8 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.7 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.6 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.5 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.4 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.3 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.2 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.1 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.0 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb
jets-5.0.0.beta1 lib/jets/cfn/resource/api_gateway/rest_api/change_detection.rb