Exception: PgVersions::ConnectionThread::Closing
- Inherits:
-
StandardError
- Object
- StandardError
- PgVersions::ConnectionThread::Closing
- Defined in:
- lib/pg_versions/pg_versions.rb
Instance Attribute Summary collapse
-
#retpipe ⇒ Object
readonly
Returns the value of attribute retpipe.
Instance Method Summary collapse
-
#initialize(retpipe) ⇒ Closing
constructor
A new instance of Closing.
Constructor Details
#initialize(retpipe) ⇒ Closing
Returns a new instance of Closing.
162 163 164 |
# File 'lib/pg_versions/pg_versions.rb', line 162 def initialize(retpipe) @retpipe = retpipe end |
Instance Attribute Details
#retpipe ⇒ Object (readonly)
Returns the value of attribute retpipe.
161 162 163 |
# File 'lib/pg_versions/pg_versions.rb', line 161 def retpipe @retpipe end |