Class: Shatter::Service::ResponsePool
- Inherits:
-
Object
- Object
- Shatter::Service::ResponsePool
- Includes:
- Singleton
- Defined in:
- lib/shatter/service/response_pool.rb
Instance Attribute Summary collapse
-
#pool ⇒ Object
readonly
Returns the value of attribute pool.
Instance Method Summary collapse
-
#initialize ⇒ ResponsePool
constructor
A new instance of ResponsePool.
Constructor Details
#initialize ⇒ ResponsePool
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
#pool ⇒ Object (readonly)
Returns the value of attribute pool.
8 9 10 |
# File 'lib/shatter/service/response_pool.rb', line 8 def pool @pool end |