Class: Cql::Protocol::FrameDecoder::NullFrame
- Inherits:
-
Object
- Object
- Cql::Protocol::FrameDecoder::NullFrame
- Defined in:
- lib/cql/protocol/frame_decoder.rb
Instance Method Summary collapse
Instance Method Details
#complete? ⇒ Boolean
68 69 70 |
# File 'lib/cql/protocol/frame_decoder.rb', line 68 def complete? false end |
#size ⇒ Object
64 65 66 |
# File 'lib/cql/protocol/frame_decoder.rb', line 64 def size nil end |