Sha256: 294680bc399f0fd731bfd8fc5e0e8c5aeacc02ad7406fe3cb0ba826392a484a1

Contents?: true

Size: 222 Bytes

Versions: 7

Compression:

Stored size: 222 Bytes

Contents

class Hyperion
  class FakeServer
    Rule = ImmutableStruct.new(:method, :path, :headers, :handler, :rest_route)
    class Rule
      alias_method :verb, :method
    end
    Request = ImmutableStruct.new(:body)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyperion_http-0.6.0 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.5.0 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.3.0 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.2.4 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.2.3 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.2.2 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.2.1 lib/hyperion_test/fake_server/types.rb