Class: Biryani::StreamError
- Inherits:
-
Object
- Object
- Biryani::StreamError
- Defined in:
- lib/biryani/stream_error.rb
Instance Method Summary collapse
-
#initialize(code, stream_id, debug) ⇒ StreamError
constructor
A new instance of StreamError.
- #rst_stream ⇒ RstStream
Constructor Details
#initialize(code, stream_id, debug) ⇒ StreamError
Returns a new instance of StreamError.
6 7 8 9 10 |
# File 'lib/biryani/stream_error.rb', line 6 def initialize(code, stream_id, debug) @code = code @stream_id = stream_id @debug = debug end |