Class: PsqlSettings

Inherits:
Struct
  • Object
show all
Defined in:
sample/psql.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dbObject

Returns the value of attribute db

Returns:

  • (Object)

    the current value of db



29
30
31
# File 'sample/psql.rb', line 29

def db
  @db
end

#echoQueryObject

Returns the value of attribute echoQuery

Returns:

  • (Object)

    the current value of echoQuery



29
30
31
# File 'sample/psql.rb', line 29

def echoQuery
  @echoQuery
end

#gfnameObject

Returns the value of attribute gfname

Returns:

  • (Object)

    the current value of gfname



29
30
31
# File 'sample/psql.rb', line 29

def gfname
  @gfname
end

#nottyObject

Returns the value of attribute notty

Returns:

  • (Object)

    the current value of notty



29
30
31
# File 'sample/psql.rb', line 29

def notty
  @notty
end

#optObject

Returns the value of attribute opt

Returns:

  • (Object)

    the current value of opt



29
30
31
# File 'sample/psql.rb', line 29

def opt
  @opt
end

#pipeObject

Returns the value of attribute pipe

Returns:

  • (Object)

    the current value of pipe



29
30
31
# File 'sample/psql.rb', line 29

def pipe
  @pipe
end

#promptObject

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



29
30
31
# File 'sample/psql.rb', line 29

def prompt
  @prompt
end

#queryFoutObject

Returns the value of attribute queryFout

Returns:

  • (Object)

    the current value of queryFout



29
30
31
# File 'sample/psql.rb', line 29

def queryFout
  @queryFout
end

#quietObject

Returns the value of attribute quiet

Returns:

  • (Object)

    the current value of quiet



29
30
31
# File 'sample/psql.rb', line 29

def quiet
  @quiet
end

#singleLineModeObject

Returns the value of attribute singleLineMode

Returns:

  • (Object)

    the current value of singleLineMode



29
30
31
# File 'sample/psql.rb', line 29

def singleLineMode
  @singleLineMode
end

#singleStepObject

Returns the value of attribute singleStep

Returns:

  • (Object)

    the current value of singleStep



29
30
31
# File 'sample/psql.rb', line 29

def singleStep
  @singleStep
end

#useReadlineObject

Returns the value of attribute useReadline

Returns:

  • (Object)

    the current value of useReadline



29
30
31
# File 'sample/psql.rb', line 29

def useReadline
  @useReadline
end