Class: PrintOpt

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

Instance Attribute Summary collapse

Instance Attribute Details

#alignObject

Returns the value of attribute align

Returns:

  • (Object)

    the current value of align



33
34
35
# File 'sample/psql.rb', line 33

def align
  @align
end

#captionObject

Returns the value of attribute caption

Returns:

  • (Object)

    the current value of caption



33
34
35
# File 'sample/psql.rb', line 33

def caption
  @caption
end

#expandedObject

Returns the value of attribute expanded

Returns:

  • (Object)

    the current value of expanded



33
34
35
# File 'sample/psql.rb', line 33

def expanded
  @expanded
end

#fieldNameObject

Returns the value of attribute fieldName

Returns:

  • (Object)

    the current value of fieldName



33
34
35
# File 'sample/psql.rb', line 33

def fieldName
  @fieldName
end

#fieldSepObject

Returns the value of attribute fieldSep

Returns:

  • (Object)

    the current value of fieldSep



33
34
35
# File 'sample/psql.rb', line 33

def fieldSep
  @fieldSep
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



33
34
35
# File 'sample/psql.rb', line 33

def header
  @header
end

#html3Object

Returns the value of attribute html3

Returns:

  • (Object)

    the current value of html3



33
34
35
# File 'sample/psql.rb', line 33

def html3
  @html3
end

#pagerObject

Returns the value of attribute pager

Returns:

  • (Object)

    the current value of pager



33
34
35
# File 'sample/psql.rb', line 33

def pager
  @pager
end

#standardObject

Returns the value of attribute standard

Returns:

  • (Object)

    the current value of standard



33
34
35
# File 'sample/psql.rb', line 33

def standard
  @standard
end

#tableOptObject

Returns the value of attribute tableOpt

Returns:

  • (Object)

    the current value of tableOpt



33
34
35
# File 'sample/psql.rb', line 33

def tableOpt
  @tableOpt
end