Sha256: dd6a366288ae7446f24c00c95a5cf3ed1bf3aa7d2ce2cc28d8002a1586fd4d03

Contents?: true

Size: 130 Bytes

Versions: 15

Compression:

Stored size: 130 Bytes

Contents

module Restfulness

  class Dispatcher

    attr_accessor :app

    def initialize(app)
      self.app = app
    end

  end

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restfulness-0.3.6 lib/restfulness/dispatcher.rb
restfulness-0.3.5 lib/restfulness/dispatcher.rb
restfulness-0.3.4 lib/restfulness/dispatcher.rb
restfulness-0.3.3 lib/restfulness/dispatcher.rb
restfulness-0.3.2 lib/restfulness/dispatcher.rb
restfulness-0.3.1 lib/restfulness/dispatcher.rb
restfulness-0.3.0 lib/restfulness/dispatcher.rb
restfulness-0.2.6 lib/restfulness/dispatcher.rb
restfulness-0.2.5 lib/restfulness/dispatcher.rb
restfulness-0.2.4 lib/restfulness/dispatcher.rb
restfulness-0.2.3 lib/restfulness/dispatcher.rb
restfulness-0.2.2 lib/restfulness/dispatcher.rb
restfulness-0.2.1 lib/restfulness/dispatcher.rb
restfulness-0.2.0 lib/restfulness/dispatcher.rb
restfulness-0.1.0 lib/restfulness/dispatcher.rb