Method: Protocol::HTTP2::Frame#to_ary

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

#to_aryObject



69
70
71
# File 'lib/protocol/http2/frame.rb', line 69

def to_ary
  [@length, @type, @flags, @stream_id, @payload]
end