Sha256: d3fe22a02a63ae89b33226520963ab7abea585b613b6a338ae4fe48cf9b7dbc9

Contents?: true

Size: 216 Bytes

Versions: 8

Compression:

Stored size: 216 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyperion_http-0.1.9 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.8 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.7 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.6 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.5 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.4 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.3 lib/hyperion_test/fake_server/types.rb
hyperion_http-0.1.2 lib/hyperion_test/fake_server/types.rb