Method: Call::Response#initialize

Defined in:
lib/call/response.rb

#initialize(type, *args) ⇒ Response

Returns a new instance of Response.



5
6
7
8
# File 'lib/call/response.rb', line 5

def initialize(type, *args)
  @type = type
  @args = args
end