Class: Shatter::Service::ResponsePool

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/shatter/service/response_pool.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResponsePool

Returns a new instance of ResponsePool.



10
11
12
# File 'lib/shatter/service/response_pool.rb', line 10

def initialize
  @pool = {}
end

Instance Attribute Details

#poolObject (readonly)

Returns the value of attribute pool.



8
9
10
# File 'lib/shatter/service/response_pool.rb', line 8

def pool
  @pool
end