Class: Xberg::Table
- Inherits:
-
Object
- Object
- Xberg::Table
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bounding_box ⇒ BoundingBox?
Returns the value of attribute bounding_box.
-
#cells ⇒ Array[Array[String]]?
Returns the value of attribute cells.
-
#markdown ⇒ String?
Returns the value of attribute markdown.
-
#page_number ⇒ Integer?
Returns the value of attribute page_number.
Instance Method Summary collapse
-
#initialize ⇒ Table
constructor
A new instance of Table.
Constructor Details
#initialize ⇒ Table
Returns a new instance of Table.
1684 |
# File 'sig/types.rbs', line 1684
def initialize: (?cells: Array[Array[String]], ?markdown: String, ?page_number: Integer, ?bounding_box: BoundingBox) -> void
|
Instance Attribute Details
#bounding_box ⇒ BoundingBox?
Returns the value of attribute bounding_box.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def bounding_box @bounding_box end |
#cells ⇒ Array[Array[String]]?
Returns the value of attribute cells.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def cells @cells end |
#markdown ⇒ String?
Returns the value of attribute markdown.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def markdown @markdown end |
#page_number ⇒ Integer?
Returns the value of attribute page_number.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def page_number @page_number end |