Class: Xberg::PptxMetadata
- Inherits:
-
Object
- Object
- Xberg::PptxMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#image_count ⇒ Integer?
Returns the value of attribute image_count.
-
#slide_count ⇒ Integer?
Returns the value of attribute slide_count.
-
#slide_names ⇒ Array[String]?
Returns the value of attribute slide_names.
-
#table_count ⇒ Integer?
Returns the value of attribute table_count.
Instance Method Summary collapse
-
#initialize ⇒ PptxMetadata
constructor
A new instance of PptxMetadata.
Constructor Details
#initialize ⇒ PptxMetadata
Returns a new instance of PptxMetadata.
1388 |
# File 'sig/types.rbs', line 1388
def initialize: (?slide_count: Integer, ?slide_names: Array[String], ?image_count: Integer, ?table_count: Integer) -> void
|
Instance Attribute Details
#image_count ⇒ Integer?
Returns the value of attribute image_count.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def image_count @image_count end |
#slide_count ⇒ Integer?
Returns the value of attribute slide_count.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def @slide_count end |
#slide_names ⇒ Array[String]?
Returns the value of attribute slide_names.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def @slide_names end |
#table_count ⇒ Integer?
Returns the value of attribute table_count.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def table_count @table_count end |