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.8.2 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.1 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.8.0 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.7.2 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.7.1 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.7.0 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-fs-1.6.10 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.9 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.8 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.7 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.6 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.5 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.4 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.3 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.2 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.1 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.6.0 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.5.10 lib/jets/resource/api_gateway/rest_api/routes.rb
jets-1.5.9 lib/jets/resource/api_gateway/rest_api/routes.rb