Method: Monkeylearn::Response#initialize

Defined in:
lib/monkeylearn/response.rb

#initialize(raw_response) ⇒ Response

Returns a new instance of Response.



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

def initialize(raw_response)
  self.raw_response = raw_response
end