Method: Protocol::HTTP2::Frame#valid_type?

Defined in:
lib/protocol/http2/frame.rb

#valid_type?Boolean

Returns:

  • (Boolean)


61
62
63
# File 'lib/protocol/http2/frame.rb', line 61

def valid_type?
	@type == self.class::TYPE
end