Exception: Webtube::MaskedFrameToClient
- Inherits:
-
ProtocolError
- Object
- StandardError
- ProtocolError
- Webtube::MaskedFrameToClient
- Defined in:
- lib/webtube.rb
Instance Attribute Summary collapse
-
#frame ⇒ Object
readonly
Returns the value of attribute frame.
Instance Method Summary collapse
-
#initialize(message = "masked frame arrived but we're the client", frame: nil) ⇒ MaskedFrameToClient
constructor
A new instance of MaskedFrameToClient.
Methods inherited from ProtocolError
Constructor Details
#initialize(message = "masked frame arrived but we're the client", frame: nil) ⇒ MaskedFrameToClient
Returns a new instance of MaskedFrameToClient.
941 942 943 944 945 946 947 |
# File 'lib/webtube.rb', line 941 def initialize = "masked frame arrived but we're the client", frame: nil super @frame = frame return end |
Instance Attribute Details
#frame ⇒ Object (readonly)
Returns the value of attribute frame.
939 940 941 |
# File 'lib/webtube.rb', line 939 def frame @frame end |