Sha256: 13e7dff5227f5b65f01c78823ac55c5ec8374d50bc6a235530f96a02837803f5

Contents?: true

Size: 296 Bytes

Versions: 15

Compression:

Stored size: 296 Bytes

Contents

require 'hyperion/types/hyperion_result'
require 'hyperion/result_handling/dispatch_dsl'

class Hyperion
  # PW: distinguishing between this and HyperionResult is of
  # dubious value. Consider merging the two.
  class DispatchingHyperionResult < HyperionResult
    include DispatchDsl
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyperion_http-0.6.0 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.5.0 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.3.0 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.2.4 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.2.3 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.2.2 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.2.1 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.9 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.8 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.7 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.6 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.5 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.4 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.3 lib/hyperion/result_handling/dispatching_hyperion_result.rb
hyperion_http-0.1.2 lib/hyperion/result_handling/dispatching_hyperion_result.rb