Class: PoolLint::Inspectors::PostgreSQL::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- PoolLint::Inspectors::PostgreSQL::Snapshot
- Defined in:
- lib/poollint/inspectors/postgresql.rb
Instance Attribute Summary collapse
-
#advisory_locks ⇒ Object
Returns the value of attribute advisory_locks.
-
#settings ⇒ Object
Returns the value of attribute settings.
Instance Attribute Details
#advisory_locks ⇒ Object
Returns the value of attribute advisory_locks
7 8 9 |
# File 'lib/poollint/inspectors/postgresql.rb', line 7 def advisory_locks @advisory_locks end |
#settings ⇒ Object
Returns the value of attribute settings
7 8 9 |
# File 'lib/poollint/inspectors/postgresql.rb', line 7 def settings @settings end |