Method: Analysand::ConfigResponse#initialize

Defined in:
lib/analysand/config_response.rb

#initialize(response) ⇒ ConfigResponse

Returns a new instance of ConfigResponse.



18
19
20
21
# File 'lib/analysand/config_response.rb', line 18

def initialize(response)
  @response = response
  @body = response.body.chomp
end