Class: GDK::Diagnostic::Pguser
- Defined in:
- lib/gdk/diagnostic/pguser.rb
Constant Summary collapse
- TITLE =
'PGUSER environment variable'
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#detail ⇒ Object
12 13 14 |
# File 'lib/gdk/diagnostic/pguser.rb', line 12 def detail unless success? end |
#success? ⇒ Boolean
8 9 10 |
# File 'lib/gdk/diagnostic/pguser.rb', line 8 def success? !pguser_set? end |