Class: PrintOpt
- Inherits:
-
Struct
- Object
- Struct
- PrintOpt
- Defined in:
- sample/psql.rb
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#caption ⇒ Object
Returns the value of attribute caption.
-
#expanded ⇒ Object
Returns the value of attribute expanded.
-
#fieldName ⇒ Object
Returns the value of attribute fieldName.
-
#fieldSep ⇒ Object
Returns the value of attribute fieldSep.
-
#header ⇒ Object
Returns the value of attribute header.
-
#html3 ⇒ Object
Returns the value of attribute html3.
-
#pager ⇒ Object
Returns the value of attribute pager.
-
#standard ⇒ Object
Returns the value of attribute standard.
-
#tableOpt ⇒ Object
Returns the value of attribute tableOpt.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
33 34 35 |
# File 'sample/psql.rb', line 33 def align @align end |
#caption ⇒ Object
Returns the value of attribute caption
33 34 35 |
# File 'sample/psql.rb', line 33 def caption @caption end |
#expanded ⇒ Object
Returns the value of attribute expanded
33 34 35 |
# File 'sample/psql.rb', line 33 def end |
#fieldName ⇒ Object
Returns the value of attribute fieldName
33 34 35 |
# File 'sample/psql.rb', line 33 def fieldName @fieldName end |
#fieldSep ⇒ Object
Returns the value of attribute fieldSep
33 34 35 |
# File 'sample/psql.rb', line 33 def fieldSep @fieldSep end |
#header ⇒ Object
Returns the value of attribute header
33 34 35 |
# File 'sample/psql.rb', line 33 def header @header end |
#html3 ⇒ Object
Returns the value of attribute html3
33 34 35 |
# File 'sample/psql.rb', line 33 def html3 @html3 end |
#pager ⇒ Object
Returns the value of attribute pager
33 34 35 |
# File 'sample/psql.rb', line 33 def pager @pager end |
#standard ⇒ Object
Returns the value of attribute standard
33 34 35 |
# File 'sample/psql.rb', line 33 def standard @standard end |
#tableOpt ⇒ Object
Returns the value of attribute tableOpt
33 34 35 |
# File 'sample/psql.rb', line 33 def tableOpt @tableOpt end |