Method: CubaAPI::Response.new

Defined in:
lib/cuba_api.rb

.newObject



36
37
38
# File 'lib/cuba_api.rb', line 36

def self.new
  Thread.current[ :cuba_api_response ] ||= super
end