Class: Sensi::Response

Inherits:
HashToObject show all
Defined in:
lib/sensi/response.rb

Constant Summary

Constants inherited from HashToObject

HashToObject::TEST

Instance Method Summary collapse

Methods inherited from HashToObject

#add, #add_var, #contains_hash, #convert, #from_json!, #to_json

Constructor Details

#initialize(hash) ⇒ Response

Returns a new instance of Response.



7
8
9
# File 'lib/sensi/response.rb', line 7

def initialize(hash)
	convert(hash)
end