Exception: Webtube::FragmentedControlFrame
- Inherits:
-
ProtocolError
- Object
- StandardError
- ProtocolError
- Webtube::FragmentedControlFrame
- Defined in:
- lib/webtube.rb
Instance Attribute Summary collapse
-
#frame ⇒ Object
readonly
Returns the value of attribute frame.
Instance Method Summary collapse
-
#initialize(message = "a control frame arrived without its FIN flag set", frame: nil) ⇒ FragmentedControlFrame
constructor
A new instance of FragmentedControlFrame.
Methods inherited from ProtocolError
Constructor Details
#initialize(message = "a control frame arrived without its FIN flag set", frame: nil) ⇒ FragmentedControlFrame
Returns a new instance of FragmentedControlFrame.
991 992 993 994 995 996 997 |
# File 'lib/webtube.rb', line 991 def initialize = "a control frame arrived without its FIN flag set", frame: nil super @frame = frame return end |
Instance Attribute Details
#frame ⇒ Object (readonly)
Returns the value of attribute frame.
989 990 991 |
# File 'lib/webtube.rb', line 989 def frame @frame end |