Class: Prorate::NullPool
- Inherits:
-
Struct
- Object
- Struct
- Prorate::NullPool
- Defined in:
- lib/prorate/null_pool.rb
Instance Attribute Summary collapse
-
#conn ⇒ Object
Returns the value of attribute conn.
Instance Method Summary collapse
Instance Attribute Details
#conn ⇒ Object
Returns the value of attribute conn
2 3 4 |
# File 'lib/prorate/null_pool.rb', line 2 def conn @conn end |
Instance Method Details
#with {|conn| ... } ⇒ Object
3 4 5 |
# File 'lib/prorate/null_pool.rb', line 3 def with yield conn end |