class Nsqrb::Frame::Response
Public Class Methods
new(frame)
click to toggle source
Calls superclass method
# File lib/nsqrb/frame/response.rb, line 4 def initialize(frame) super(content: frame[:data]) end