Class: HexaPDF::Document::Layout::CellArgumentCollector::ArgumentInfo
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Document::Layout::CellArgumentCollector::ArgumentInfo
- Defined in:
- lib/hexapdf/document/layout.rb
Overview
Stores a single keyword argument definition for a number of rows/columns.
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#cols ⇒ Object
Returns the value of attribute cols.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
491 492 493 |
# File 'lib/hexapdf/document/layout.rb', line 491 def args @args end |
#cols ⇒ Object
Returns the value of attribute cols
491 492 493 |
# File 'lib/hexapdf/document/layout.rb', line 491 def cols @cols end |
#rows ⇒ Object
Returns the value of attribute rows
491 492 493 |
# File 'lib/hexapdf/document/layout.rb', line 491 def rows @rows end |