Sha256: 123946aa175024cf247500a25143683a0b8b7439f5779065166b1f810abd4d0b

Contents?: true

Size: 344 Bytes

Versions: 39

Compression:

Stored size: 344 Bytes

Contents

class Jets::Resource::ApiGateway::RestApi
  class Routes
    autoload :Base, 'jets/resource/api_gateway/rest_api/routes/base'
    autoload :Change, 'jets/resource/api_gateway/rest_api/routes/change'
    autoload :Collision, 'jets/resource/api_gateway/rest_api/routes/collision'

    def self.changed?
      Change.new.changed?
    end
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
jets-1.9.7 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.6 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.5 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.4 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.3 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.2 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.1 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.9.0 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.14 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.13 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.12 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.11 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.10 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.9 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.8 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.7 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.6 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.5 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.4 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.3 lib/jets/resource/api_gateway/rest_api/routes.rb