Class: PsqlSettings
- Inherits:
-
Struct
- Object
- Struct
- PsqlSettings
- Defined in:
- sample/psql.rb
Instance Attribute Summary collapse
-
#db ⇒ Object
Returns the value of attribute db.
-
#echoQuery ⇒ Object
Returns the value of attribute echoQuery.
-
#gfname ⇒ Object
Returns the value of attribute gfname.
-
#notty ⇒ Object
Returns the value of attribute notty.
-
#opt ⇒ Object
Returns the value of attribute opt.
-
#pipe ⇒ Object
Returns the value of attribute pipe.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
-
#queryFout ⇒ Object
Returns the value of attribute queryFout.
-
#quiet ⇒ Object
Returns the value of attribute quiet.
-
#singleLineMode ⇒ Object
Returns the value of attribute singleLineMode.
-
#singleStep ⇒ Object
Returns the value of attribute singleStep.
-
#useReadline ⇒ Object
Returns the value of attribute useReadline.
Instance Attribute Details
#db ⇒ Object
Returns the value of attribute db
29 30 31 |
# File 'sample/psql.rb', line 29 def db @db end |
#echoQuery ⇒ Object
Returns the value of attribute echoQuery
29 30 31 |
# File 'sample/psql.rb', line 29 def echoQuery @echoQuery end |
#gfname ⇒ Object
Returns the value of attribute gfname
29 30 31 |
# File 'sample/psql.rb', line 29 def gfname @gfname end |
#notty ⇒ Object
Returns the value of attribute notty
29 30 31 |
# File 'sample/psql.rb', line 29 def notty @notty end |
#opt ⇒ Object
Returns the value of attribute opt
29 30 31 |
# File 'sample/psql.rb', line 29 def opt @opt end |
#pipe ⇒ Object
Returns the value of attribute pipe
29 30 31 |
# File 'sample/psql.rb', line 29 def pipe @pipe end |
#prompt ⇒ Object
Returns the value of attribute prompt
29 30 31 |
# File 'sample/psql.rb', line 29 def prompt @prompt end |
#queryFout ⇒ Object
Returns the value of attribute queryFout
29 30 31 |
# File 'sample/psql.rb', line 29 def queryFout @queryFout end |
#quiet ⇒ Object
Returns the value of attribute quiet
29 30 31 |
# File 'sample/psql.rb', line 29 def quiet @quiet end |
#singleLineMode ⇒ Object
Returns the value of attribute singleLineMode
29 30 31 |
# File 'sample/psql.rb', line 29 def singleLineMode @singleLineMode end |
#singleStep ⇒ Object
Returns the value of attribute singleStep
29 30 31 |
# File 'sample/psql.rb', line 29 def singleStep @singleStep end |
#useReadline ⇒ Object
Returns the value of attribute useReadline
29 30 31 |
# File 'sample/psql.rb', line 29 def useReadline @useReadline end |